Top


定義場所(file name)

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

名前(function name)

jvmtiError
JvmtiEnv::DisposeEnvironment() {

本体部(body)

  {- -------------------------------------------
  (1) JvmtiEnvBase::dispose() を呼び出すだけ.
      ---------------------------------------- -}

      dispose();
      return JVMTI_ERROR_NONE;
    } /* end DisposeEnvironment */

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