comparison src/share/vm/interpreter/interpreterGenerator.hpp @ 614:3db67f76d308

Merge
author acorn
date Thu, 05 Mar 2009 22:07:29 -0500
parents 98cb887364d3
children c18cbe5936b8
comparison
equal deleted inserted replaced
613:5caef2219893 614:3db67f76d308
20 * CA 95054 USA or visit www.sun.com if you need additional information or 20 * CA 95054 USA or visit www.sun.com if you need additional information or
21 * have any questions. 21 * have any questions.
22 * 22 *
23 */ 23 */
24 24
25 // This file contains the platform-independant parts 25 // This file contains the platform-independent parts
26 // of the interpreter generator. 26 // of the interpreter generator.
27 27
28 28
29 class InterpreterGenerator: public CC_INTERP_ONLY(CppInterpreterGenerator) 29 class InterpreterGenerator: public CC_INTERP_ONLY(CppInterpreterGenerator)
30 NOT_CC_INTERP(TemplateInterpreterGenerator) { 30 NOT_CC_INTERP(TemplateInterpreterGenerator) {