hotspot/src/cpu/sparc/vm/templateInterpreter_sparc.cpp
InterpreterGenerator::InterpreterGenerator(StubQueue* code)
: TemplateInterpreterGenerator(code) {
{- -------------------------------------------
(1) スーパークラスである TemplateInterpreterGenerator のコンストラクタを呼び出した後,
TemplateInterpreterGenerator::generate_all() を呼び出して
インタープリタの構築を行う.
---------------------------------------- -}
generate_all(); // down here so it can be "virtual"
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.