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