-verbose:gc —– to enable GC informations to be printed.  -XX:+DisableExplicitGC —- Disable(ignore) explicit call by application like ..System.gc() or Runtime.gc()-XX:+PrintGCApplicationStoppedTime —- Print how much time application threads were stopped during GC.-XX:+PrintGCApplicationConcurrentTime—–Print how

Read More