hotspot/src/share/vm/prims/jvmtiEnvBase.hpp
void doit() {
{- -------------------------------------------
(1) JvmtiEnvBase::get_owned_monitors() を呼び出すだけ.
---------------------------------------- -}
((JvmtiEnvBase *)_env)->get_owned_monitors(_calling_thread, _java_thread,
_owned_monitors_list);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.