Searched defs:_should_block (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp240 static volatile bool _should_block; member in class:CompileBroker
377 // Set _should_block.
381 // Call this from the compiler at convenient points, to poll for _should_block.
H A DcompileBroker.cpp132 volatile bool CompileBroker::_should_block = false; member in class:CompileBroker
1671 // Set _should_block.
1680 _should_block = true;
1686 // Call this from the compiler at convenient points, to poll for _should_block.
1688 if (_should_block) {

Completed in 37 milliseconds