src/share/vm/interpreter/cppInterpreter.hpp

changeset 1040
98cb887364d3
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
equal deleted inserted replaced
1039:ec59443af135 1040:98cb887364d3
22 * 22 *
23 */ 23 */
24 24
25 #ifdef CC_INTERP 25 #ifdef CC_INTERP
26 26
27 // This file contains the platform-independant parts 27 // This file contains the platform-independent parts
28 // of the c++ interpreter 28 // of the c++ interpreter
29 29
30 class CppInterpreter: public AbstractInterpreter { 30 class CppInterpreter: public AbstractInterpreter {
31 friend class VMStructs; 31 friend class VMStructs;
32 friend class Interpreter; // contains() 32 friend class Interpreter; // contains()

mercurial