src/hotspot/share/gc/g1/heapRegionManager.cpp
changeset 59220 72e15d757e6c
parent 59062 6530de931b8e
child 59252 623722a6aeb9
--- a/src/hotspot/share/gc/g1/heapRegionManager.cpp	Fri Nov 22 10:03:38 2019 +0100
+++ b/src/hotspot/share/gc/g1/heapRegionManager.cpp	Fri Nov 22 10:03:38 2019 +0100
@@ -217,10 +217,8 @@
     if (G1CollectedHeap::heap()->hr_printer()->is_active()) {
       G1CollectedHeap::heap()->hr_printer()->commit(hr);
     }
-    HeapWord* bottom = G1CollectedHeap::heap()->bottom_addr_for_region(i);
-    MemRegion mr(bottom, bottom + HeapRegion::GrainWords);
 
-    hr->initialize(mr);
+    hr->initialize();
     hr->set_node_index(G1NUMA::numa()->index_for_region(hr));
     insert_into_free_list(at(i));
   }