src/hotspot/share/gc/g1/g1EvacFailure.cpp
changeset 52875 bb051ca06e9e
parent 51332 c25572739e7c
child 53747 13acc8e38a29
--- a/src/hotspot/share/gc/g1/g1EvacFailure.cpp	Thu Dec 06 13:55:22 2018 +0100
+++ b/src/hotspot/share/gc/g1/g1EvacFailure.cpp	Thu Dec 06 13:55:22 2018 +0100
@@ -126,7 +126,7 @@
         // explicitly and all objects in the CSet are considered
         // (implicitly) live. So, we won't mark them explicitly and
         // we'll leave them over NTAMS.
-        _cm->mark_in_next_bitmap(_worker_id, obj);
+        _cm->mark_in_next_bitmap(_worker_id, _hr, obj);
       }
       size_t obj_size = obj->size();