mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-01 03:30:34 +00:00
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:
parent
91fcaa5017
commit
cf7ea2f64e
@ -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, "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user