Up Top

JNI の処理 : JNI Functions の処理 : JNI によるフィールドアクセス : 初期化時の処理


概要(Summary)

初期化時に呼び出される quicken_jni_functions() の内で, jni_NativeInterface (チェック無し版の JNIEnv) 内の GetField() 関数を高速版に置き換える.

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

(HotSpot の起動時処理) (See: here for details)
-> Threads::create_vm()
   -> quicken_jni_functions()
      -> JNI_FastGetField::generate_fast_get_<Primitive>_field()
         -> (See: here for details)

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

quicken_jni_functions()

See: here for details


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