hotspot/src/share/vm/gc_implementation/g1/concurrentMark.hpp
changeset 24094 5dbf1f44de18
parent 23450 c7c6202fc7e2
child 24469 33e039f8ee55
equal deleted inserted replaced
24093:095cc0a63ed9 24094:5dbf1f44de18
   812 
   812 
   813     return _prevMarkBitMap->isMarked(addr);
   813     return _prevMarkBitMap->isMarked(addr);
   814   }
   814   }
   815 
   815 
   816   inline bool do_yield_check(uint worker_i = 0);
   816   inline bool do_yield_check(uint worker_i = 0);
   817   inline bool should_yield();
       
   818 
   817 
   819   // Called to abort the marking cycle after a Full GC takes place.
   818   // Called to abort the marking cycle after a Full GC takes place.
   820   void abort();
   819   void abort();
   821 
   820 
   822   bool has_aborted()      { return _has_aborted; }
   821   bool has_aborted()      { return _has_aborted; }