8132148: G1 hs_err region dump legend out of sync with region values

Use E for Eden, S for Survivor, O for Old

Reviewed-by: tschatzl, tbenson
This commit is contained in:
Eric Caspole 2015-07-24 10:32:00 -04:00
parent 91fcaa5017
commit cf7ea2f64e

View File

@ -3381,7 +3381,7 @@ void G1CollectedHeap::print_extended_on(outputStream* st) const {
// Print the per-region information.
st->cr();
st->print_cr("Heap Regions: (Y=young(eden), SU=young(survivor), "
st->print_cr("Heap Regions: (E=young(eden), S=young(survivor), O=old, "
"HS=humongous(starts), HC=humongous(continues), "
"CS=collection set, F=free, A=archive, TS=gc time stamp, "
"PTAMS=previous top-at-mark-start, "