Top


定義場所(file name)

hotspot/src/share/vm/prims/jvmtiEnvBase.cpp

名前(function name)

void
JvmtiEnvBase::dispose() {

本体部(body)

  {- -------------------------------------------
  (1) (トレース出力用の処理)
      ---------------------------------------- -}

    #ifdef JVMTI_TRACE
      JvmtiTrace::shutdown();
    #endif

  {- -------------------------------------------
  (1) JvmtiEventController::env_dispose() を呼び出す
      ---------------------------------------- -}

      // Dispose of event info and let the event controller call us back
      // in a locked state (env_dispose, below)
      JvmtiEventController::env_dispose(this);
    }

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