Searched refs:_should_stop (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/test/gc/6941923/
H A Dtest6941923.sh38 private boolean _should_stop = false;
61 public void set_stop(boolean value) { _should_stop = value; }
67 while(!_should_stop) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.cpp58 volatile bool ConcurrentMarkSweepThread::_should_stop = true; member in class:ConcurrentMarkSweepThread
350 if (!_should_stop) {
352 _should_stop = true;
361 if (_should_stop && icms_is_enabled()) {
369 _should_stop = false;
H A DconcurrentMarkSweepThread.hpp90 static volatile bool _should_stop; // iCMS should stop member in class:ConcurrentMarkSweepThread

Completed in 31 milliseconds