src/hotspot/share/gc/g1/g1CardLiveData.cpp
changeset 47678 c84eeb55c55e
parent 47647 64dba69fc528
child 47885 5caa1d5f74c1
--- a/src/hotspot/share/gc/g1/g1CardLiveData.cpp	Mon Oct 23 03:15:19 2017 -0400
+++ b/src/hotspot/share/gc/g1/g1CardLiveData.cpp	Mon Oct 23 11:46:12 2017 +0200
@@ -313,7 +313,7 @@
 
     G1CollectedHeap* g1h = G1CollectedHeap::heap();
     G1ConcurrentMark* cm = g1h->concurrent_mark();
-    G1CreateLiveDataClosure cl(g1h, cm, cm->nextMarkBitMap(), _live_data);
+    G1CreateLiveDataClosure cl(g1h, cm, cm->next_mark_bitmap(), _live_data);
     g1h->heap_region_par_iterate(&cl, worker_id, &_hr_claimer);
   }
 };