hotspot/src/share/vm/prims/jvmtiEnv.cpp
// extension_count_ptr - pre-checked for NULL
// extensions - pre-checked for NULL
jvmtiError
JvmtiEnv::GetExtensionFunctions(jint* extension_count_ptr, jvmtiExtensionFunctionInfo** extensions) {
{- -------------------------------------------
(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.