Up Top

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


概要(Summary)

(See: JVMTI 仕様)

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

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

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


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