8332880: JFR GCHelper class recognizes "Archive" regions as valid
Reviewed-by: ayang, iwalulya
This commit is contained in:
parent
b8ae11e99b
commit
2cca83bc82
@ -195,8 +195,7 @@ public class GCHelper {
|
||||
"Survivor",
|
||||
"Starts Humongous",
|
||||
"Continues Humongous",
|
||||
"Old",
|
||||
"Archive"
|
||||
"Old"
|
||||
};
|
||||
|
||||
g1HeapRegionTypes = Collections.unmodifiableList(Arrays.asList(g1HeapRegionTypeLiterals));
|
||||
|
Loading…
Reference in New Issue
Block a user