Up Top

Serviceability 機能 : JVMTI の処理 : JVMTI 関数の処理 : 全般 (General) : DisposeEnvironment() の処理


概要(Summary)

(See: JVMTI 仕様)

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

JvmtiEnv::DisposeEnvironment()
-> JvmtiEnvBase::dispose()
   -> JvmtiEventController::env_dispose()
      -> JvmtiEventControllerPrivate::env_dispose()
         -> JvmtiEnvBase::env_dispose()

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

JvmtiEnv::DisposeEnvironment()

See: here for details

JvmtiEnvBase::dispose()

See: here for details

JvmtiEventController::env_dispose()

See: here for details

JvmtiEventControllerPrivate::env_dispose()

See: here for details

JvmtiEnvBase::env_dispose()

See: here for details


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