Top


定義場所(file name)

hotspot/src/share/vm/interpreter/templateInterpreter.cpp

名前(function name)

TemplateInterpreterGenerator::TemplateInterpreterGenerator(StubQueue* _code): AbstractInterpreterGenerator(_code) {

本体部(body)

  {- -------------------------------------------
  (1) フィールドの初期化
      ---------------------------------------- -}

      _unimplemented_bytecode    = NULL;
      _illegal_bytecode_sequence = NULL;
    }

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