Throw
,ThrowNew
,ExceptionOccurred
,ExceptionDescribe
,ExceptionClear
,FatalError
,ExceptionCheck
,(#Under Construction)
jni_Throw() -> THROW_OOP_() -> (See: here for details)
jni_ThrowNew() -> THROW_MSG_LOADER_() -> (See: here for details)
jni_ExceptionOccurred() -> jni_check_async_exceptions() -> JavaThread::check_and_handle_async_exceptions() -> ThreadShadow::pending_exception()
jni_ExceptionDescribe() -> JavaCalls::call_virtual() -> (See: here for details) -> java.lang.Throwable.printStackTrace()
jni_ExceptionClear() -> ThreadShadow::clear_pending_exception()
jni_FatalError() -> os::abort()
jni_ExceptionCheck() -> jni_check_async_exceptions() -> JavaThread::check_and_handle_async_exceptions() -> ThreadShadow::has_pending_exception()
See: here for details
See: here for details
See: here for details
See: here for details
(#Under Construction) See: here for details
See: here for details
See: here for details
See: here for details
See: here for details
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.