hotspot/src/share/vm/interpreter/templateInterpreter.hpp
changeset 25715 d5a8dbdc5150
parent 22234 da823d78ad65
child 29180 50369728b00e
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    30 
    30 
    31 // This file contains the platform-independent parts
    31 // This file contains the platform-independent parts
    32 // of the template interpreter and the template interpreter generator.
    32 // of the template interpreter and the template interpreter generator.
    33 
    33 
    34 #ifndef CC_INTERP
    34 #ifndef CC_INTERP
       
    35 
       
    36 class InterpreterMacroAssembler;
    35 
    37 
    36 //------------------------------------------------------------------------------------------------------------------------
    38 //------------------------------------------------------------------------------------------------------------------------
    37 // A little wrapper class to group tosca-specific entry points into a unit.
    39 // A little wrapper class to group tosca-specific entry points into a unit.
    38 // (tosca = Top-Of-Stack CAche)
    40 // (tosca = Top-Of-Stack CAche)
    39 
    41