C++ Interpreter 用のクラス (#ifdef CC_INTERP 時にしか定義されない).
C++ Interpreter において Interpreter の初期化や生成されたコードの管理を行うためのクラス (= C++ Interpreter 用の Interpreter クラス). (See: here for details)
((cite: hotspot/src/share/vm/interpreter/cppInterpreter.hpp))
#ifdef CC_INTERP
// This file contains the platform-independent parts
// of the c++ interpreter
class CppInterpreter: public AbstractInterpreter {
See: here for details
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.