Relates :
|
When -XX:+PrintHeapAtGC is set we call the print() method on G1CollectedHeap. This dumps the heap contents, one region at a time, which is overkill and makes the G1 verbose GC output unnecessarily long. We should make the -XX:+PrintHeapAtGC output more concise.
|