Relates :
|
Currently the PrintGCApplicationStoppedTime flag only prints the total time the application was stopped. In some cases it is very interesting to know how long it took to stop or start all threads. We should add that information to the output. Note that PrintGCApplicationStoppedTime is a misleading name since it tracks all safepoints and not just GC pauses. See JDK-6924453.
|