PUBLIC COMMENTS
On this change I'll piggy-back a very small additional change which is to remove the printing of the duration of the mark closure when marking is on. I.e., this
[GC pause (young)Mark closure took 5.72 ms.
, 0.07517200 secs]
will look like this after the change:
[GC pause (young), 0.07517200 secs]
The mark closure output was messing up the parsing of the logs.
|
PUBLIC COMMENTS
Instead of evacuation failure we'll use the word "overflow". So, "evacuation failure" becomes "to-space overflow". Additionaly, when +G1PrintHeapRegions is set we currently print out "evacuation failed in heap region...". We'll change that to "overflow in heap region...".
|