Lines Matching refs:_state
97 SafepointSynchronize::SynchronizeState volatile SafepointSynchronize::_state = SafepointSynchronize::_not_synchronized;
131 assert( _state == _not_synchronized, "trying to safepoint synchronize with wrong state");
173 // the safepoint _state to see if we must block. If the
200 _state = _synchronizing;
381 _state = _synchronized;
454 assert(_state == _synchronized, "must be synchronized before ending safepoint synchronization");
458 _state = _not_synchronized;
1366 if (_state == _not_synchronized) {
1368 } else if (_state == _synchronizing || _state == _synchronized) {
1369 tty->print_cr("State: %s", (_state == _synchronizing) ? "synchronizing" :