Top


定義場所(file name)

hotspot/src/share/vm/runtime/sharedRuntime.cpp

名前(function name)

JRT_LEAF(address, SharedRuntime::exception_handler_for_return_address(JavaThread* thread, address return_address))

本体部(body)

  {- -------------------------------------------
  (1) SharedRuntime::raw_exception_handler_for_return_address() を呼び出すだけ.
      ---------------------------------------- -}

      return raw_exception_handler_for_return_address(thread, return_address);
    JRT_END

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