-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b11
Some minor cleanup to G1SurvivorRegions and its uses should be done:
- make the regions array a direct member of the class (avoids potential memory leak, reduces one level of indirection)
- use the C++ for-each construct for loops over the regions array
- make the regions array a direct member of the class (avoids potential memory leak, reduces one level of indirection)
- use the C++ for-each construct for loops over the regions array
- links to
-
Commit(master)
openjdk/jdk/16e461ef
-
Review(master)
openjdk/jdk/26692