hotspot/src/share/vm/runtime/sharedRuntime.cpp
JRT_LEAF(address, SharedRuntime::exception_handler_for_return_address(JavaThread* thread, address return_address))
{- -------------------------------------------
(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.