Up Top

Serviceability 機能 : JVMTI の処理 : JVMTI 関数の処理 : オブジェクト (Object) : GetObjectMonitorUsage() の処理


概要(Summary)

(See: JVMTI 仕様)

処理の流れ (概要)(Execution Flows : Summary)

JvmtiEnv::GetObjectMonitorUsage()
-> JvmtiEnvBase::get_object_monitor_usage()
-> VMThread::execute()
   -> (略) (See: here for details)
      -> VM_GetObjectMonitorUsage::doit()
         -> JvmtiEnvBase::get_object_monitor_usage()

処理の流れ (詳細)(Execution Flows : Details)

JvmtiEnv::GetObjectMonitorUsage()

See: here for details

JvmtiEnvBase::get_object_monitor_usage()

(#Under Construction)

VM_GetObjectMonitorUsage::doit()

See: here for details


This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.