src/share/vm/interpreter/cppInterpreter.hpp

changeset 6039
bd3237e0e18d
parent 2708
1d1603768966
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/interpreter/cppInterpreter.hpp	Wed Oct 23 19:22:28 2013 +0000
     1.2 +++ b/src/share/vm/interpreter/cppInterpreter.hpp	Thu Oct 24 16:23:07 2013 -0700
     1.3 @@ -78,7 +78,7 @@
     1.4    static address    stack_result_to_stack(int index)            { return _stack_to_stack[index]; }
     1.5    static address    stack_result_to_native(int index)           { return _stack_to_native_abi[index]; }
     1.6  
     1.7 -  static address    return_entry  (TosState state, int length);
     1.8 +  static address    return_entry  (TosState state, int length, Bytecodes::Code code);
     1.9    static address    deopt_entry   (TosState state, int length);
    1.10  
    1.11  #ifdef TARGET_ARCH_x86

mercurial