hotspot/src/share/vm/runtime/thread.hpp
{- -------------------------------------------
(1) _interp_only_mode フィールドの値をデクリメントするだけ.
---------------------------------------- -}
void decrement_interp_only_mode() { --_interp_only_mode; }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.