hotspot/src/share/vm/prims/jvmtiImpl.hpp
{- -------------------------------------------
(1) false をリターンするだけ.
---------------------------------------- -}
// It is possible to get the receiver out of a non-static native wrapper
// frame. Use VM_GetReceiver to do this.
virtual bool getting_receiver() const { return false; }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.