hotspot/src/share/vm/prims/jvmtiEnvBase.hpp
void doit() {
{- -------------------------------------------
(1) JvmtiEnvBase::get_frame_location() を呼び出すだけ.
---------------------------------------- -}
_result = ((JvmtiEnvBase*)_env)->get_frame_location(_java_thread, _depth,
_method_ptr, _location_ptr);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.