-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
master
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