comparison src/share/vm/gc_implementation/g1/concurrentMark.hpp @ 20192:581e70386ec9

8039147: Cleanup SuspendibleThreadSet Reviewed-by: brutisso, tschatzl, mgerdin
author pliden
date Fri, 11 Apr 2014 12:29:24 +0200
parents 0982ec23da03
children 2c6ef90f030a
comparison
equal deleted inserted replaced
20191:fd81a5764900 20192:581e70386ec9
818 818
819 return _prevMarkBitMap->isMarked(addr); 819 return _prevMarkBitMap->isMarked(addr);
820 } 820 }
821 821
822 inline bool do_yield_check(uint worker_i = 0); 822 inline bool do_yield_check(uint worker_i = 0);
823 inline bool should_yield();
824 823
825 // Called to abort the marking cycle after a Full GC takes palce. 824 // Called to abort the marking cycle after a Full GC takes palce.
826 void abort(); 825 void abort();
827 826
828 bool has_aborted() { return _has_aborted; } 827 bool has_aborted() { return _has_aborted; }