-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
master
Semantically, young and old generation are part of a heap, so they shouldn't be non-static.
static PSYoungGen* _young_gen;
static PSOldGen* _old_gen;
Make and them non-static.
static PSYoungGen* _young_gen;
static PSOldGen* _old_gen;
Make and them non-static.
- causes
-
JDK-8373262 Parallel: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java fails
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/a6594794
-
Review(master)
openjdk/jdk/28689