Top


定義場所(file name)

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

説明(description)

// extension_count_ptr - pre-checked for NULL
// extensions - pre-checked for NULL

名前(function name)

jvmtiError
JvmtiEnv::GetExtensionFunctions(jint* extension_count_ptr, jvmtiExtensionFunctionInfo** extensions) {

本体部(body)

  {- -------------------------------------------
  (1) JvmtiExtensions::get_functions() を呼び出すだけ.
      ---------------------------------------- -}

      return JvmtiExtensions::get_functions(this, extension_count_ptr, extensions);
    } /* end GetExtensionFunctions */

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