< prev index next >

src/hotspot/share/gc/g1/heapRegion.hpp

Print this page
rev 60059 : imported patch 8210462-fix-remaining-mentions-of-im

@@ -509,11 +509,11 @@
     }
   }
 
   // Notify the region that we are about to start processing
   // self-forwarded objects during evac failure handling.
-  void note_self_forwarding_removal_start(bool during_initial_mark,
+  void note_self_forwarding_removal_start(bool during_concurrent_start,
                                           bool during_conc_mark);
 
   // Notify the region that we have finished processing self-forwarded
   // objects during evac failure handling.
   void note_self_forwarding_removal_end(size_t marked_bytes);
< prev index next >