< prev index next >

src/share/vm/gc_implementation/g1/concurrentMark.hpp

Print this page
rev 8040 : [mq]: inc1

@@ -1098,12 +1098,12 @@
   // it checks a bunch of conditions that might cause the marking step
   // to abort
   void regular_clock_call();
   bool concurrent() { return _concurrent; }
 
-  void deal_with_reference_below_finger(
-    oop obj, HeapWord* finger, bool is_global_finger);
+  // Helper for deal_with_reference().
+  bool is_below_finger(HeapWord* objAddr, HeapWord* global_finger) const;
 
 public:
   // It resets the task; it should be called right at the beginning of
   // a marking phase.
   void reset(CMBitMap* _nextMarkBitMap);
< prev index next >