comparison src/share/vm/interpreter/cppInterpreter.hpp @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 98cb887364d3
children c18cbe5936b8
comparison
equal deleted inserted replaced
580:ce2272390558 628:7bb995fbd3c0
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()