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

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 98cb887364d3
children e5b0439ef4ae
comparison
equal deleted inserted replaced
580:ce2272390558 628:7bb995fbd3c0
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 abstract interpreter and the abstract interpreter generator. 26 // of the abstract interpreter and the abstract interpreter generator.
27 27
28 // Organization of the interpreter(s). There exists two different interpreters in hotpot 28 // Organization of the interpreter(s). There exists two different interpreters in hotpot
29 // an assembly language version (aka template interpreter) and a high level language version 29 // an assembly language version (aka template interpreter) and a high level language version
30 // (aka c++ interpreter). Th division of labor is as follows: 30 // (aka c++ interpreter). Th division of labor is as follows: