hotspot/src/share/vm/runtime/safepoint.hpp
{- -------------------------------------------
(1) _type フィールドの値が _running かどうかをリターンするだけ.
---------------------------------------- -}
bool is_running() const { return (_type==_running); }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.