hotspot/src/share/vm/interpreter/templateInterpreter.hpp
changeset 2131 98f9cef66a34
parent 1 489c9b5090e2
child 2534 08dac9ce0cd7
equal deleted inserted replaced
2130:f935aa562118 2131:98f9cef66a34
    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 template interpreter and the template interpreter generator.
    26 // of the template interpreter and the template interpreter generator.
    27 
    27 
    28 #ifndef CC_INTERP
    28 #ifndef CC_INTERP
    29 
    29 
    30 //------------------------------------------------------------------------------------------------------------------------
    30 //------------------------------------------------------------------------------------------------------------------------