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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.hpp63 _synchronizing = 1, // Synchronizing in progress enumerator in enum:SafepointSynchronize::SynchronizeState
147 inline static bool is_synchronizing() { return _state == _synchronizing; }
H A Dsafepoint.cpp200 _state = _synchronizing;
1368 } else if (_state == _synchronizing || _state == _synchronized) {
1369 tty->print_cr("State: %s", (_state == _synchronizing) ? "synchronizing" :
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp653 LLVMValue::jint_constant(SafepointSynchronize::_synchronizing)),

Completed in 72 milliseconds