AllocRegionManager introduced in JDK-8073052 handles all allocation within regions. There is still a good amount of related methods in G1CollectedHeap that should be moved there.
This reduces the amount of dependencies between these two methods, and also cross-calls like AllocRegionManager->G1CollectedHeap->AllocRegionManager.
This reduces the amount of dependencies between these two methods, and also cross-calls like AllocRegionManager->G1CollectedHeap->AllocRegionManager.
- duplicates
-
JDK-8073052 Rename and clean up the allocation manager hierarchy in g1Allocator.?pp
-
- Resolved
-
- relates to
-
JDK-8030849 Investigate high fragmentation/waste in some situations during allocation during GC in G1
-
- Open
-
-
JDK-8073052 Rename and clean up the allocation manager hierarchy in g1Allocator.?pp
-
- Resolved
-