< prev index next >

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

Print this page
rev 53988 : imported patch 8219100-cleanup-young-collection-prologue

@@ -577,11 +577,11 @@
   inline bool is_marked_in_prev_bitmap(oop p) const;
 
   // Verify that there are no collection set oops on the stacks (taskqueues /
   // global mark stack) and fingers (global / per-task).
   // If marking is not in progress, it's a no-op.
-  void verify_no_cset_oops() PRODUCT_RETURN;
+  void verify_no_collection_set_oops_in_stacks() PRODUCT_RETURN;
 
   inline bool do_yield_check();
 
   bool has_aborted()      { return _has_aborted; }
 
< prev index next >