Bytecode table の初期化処理は, HotSpot の起動時に呼び出される bytecodes_init() の中で行われる.
Bytecode table については Bytecodes クラスも参照 (See: Bytecodes).
(HotSpot の起動時処理) (See: here for details) -> Threads::create_vm() -> init_globals() -> bytecodes_init() -> Bytecodes::initialize() -> Bytecodes::def() -> Bytecodes::compute_flags() -> Bytecodes::pd_initialize()
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
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.