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