hotspot/src/share/vm/prims/jvmtiRawMonitor.hpp
static void enter(JvmtiRawMonitor *monitor) {
{- -------------------------------------------
(1) monitor 引数で指定された JvmtiRawMonitor オブジェクトを monitors() に追加する.
---------------------------------------- -}
monitors()->append(monitor);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.