hotspot/src/share/vm/interpreter/templateInterpreter.cpp
TemplateInterpreterGenerator::TemplateInterpreterGenerator(StubQueue* _code): AbstractInterpreterGenerator(_code) {
{- -------------------------------------------
(1) フィールドの初期化
---------------------------------------- -}
_unimplemented_bytecode = NULL;
_illegal_bytecode_sequence = NULL;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.