(See: JVMTI 仕様)
JvmtiEnv::GetOwnedMonitorInfo()
-> * 対象のスレッドがサスペンドしている場合:
-> JvmtiEnvBase::get_owned_monitors()
* 〃 がサスペンドしていない場合:
-> VMThread::execute()
-> (略) (See: here for details)
-> VM_GetOwnedMonitorInfo::doit()
-> JvmtiEnvBase::get_owned_monitors()
JvmtiEnv::GetOwnedMonitorStackDepthInfo()
-> * 対象のスレッドがサスペンドしている場合:
-> JvmtiEnvBase::get_owned_monitors()
* 〃 がサスペンドしていない場合:
-> VMThread::execute()
-> (略) (See: here for details)
-> VM_GetOwnedMonitorInfo::doit()
-> JvmtiEnvBase::get_owned_monitors()
See: here for details
See: here for details
(#Under Construction)
See: here for details
See: here for details
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.