G1CollectedHeap::initialize uses a g1_rs variable that is a copy of heap_rs.
That is unnecessary and confuses when trying to argue about equality of CollectedHeap::_reserved and HeapRegionManager::reserved().
Remove this
That is unnecessary and confuses when trying to argue about equality of CollectedHeap::_reserved and HeapRegionManager::reserved().
Remove this
- relates to
-
JDK-8252035 G1: Clean up G1CollectedHeap::*reserved* methods
- Resolved