< prev index next >

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

Print this page
rev 8039 : [mq]: simplify

*** 1098,1107 **** --- 1098,1110 ---- // 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); + public: // It resets the task; it should be called right at the beginning of // a marking phase. void reset(CMBitMap* _nextMarkBitMap); // it clears all the fields that correspond to a claimed region.
< prev index next >