Top


定義場所(file name)

hotspot/src/share/vm/oops/methodOop.hpp

本体部(body)

  {- -------------------------------------------
  (1) 「signature handler の先頭アドレスを格納しているスロット」のアドレスをリターン.

      (signature handler の先頭アドレス自体はクラス宣言中でフィールドとして宣言されていない 
       (というかネイティブコードの先頭アドレスの後ろに格納されている) ので, 
       "native_function_addr() + 1" のアドレスをリターン.)
      (See: methodOopDesc)
      ---------------------------------------- -}

      address* signature_handler_addr() const        { return native_function_addr() + 1; }

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