Up Top

Serviceability 機能 : JVMTI の処理 : JVMTI 関数の処理 : イベント管理 (Event Management) : 各イベントの通知処理 : ExceptionCatch イベントの処理


概要(Summary)

(See: JVMTI 仕様)

処理の流れ (概要)(Execution Flows : Summary)

(略) (See: here for details)
-> InterpreterRuntime::exception_handler_for_exception()
   -> JvmtiExport::notice_unwind_due_to_exception()
      -> (登録されているコールバックを呼び出す)

処理の流れ (詳細)(Execution Flows : Details)


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