hotspot/src/share/vm/runtime/safepoint.hpp
inline static bool do_call_back() {
{- -------------------------------------------
(1) _state が _not_synchronized でなければ true をリターン.
---------------------------------------- -}
return (_state != _not_synchronized);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.