changeset 22838 | 82c7497fbad4 |
parent 22836 | e7e511228518 |
parent 21198 | dd647e8d1d72 |
child 22872 | b6902ee5bc8d |
--- a/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Wed Oct 16 10:52:41 2013 +0200 +++ b/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Tue Nov 05 17:38:04 2013 -0800 @@ -1006,7 +1006,7 @@ istate->set_stack_limit(stack_base - method->max_stack() - 1); } -address CppInterpreter::return_entry(TosState state, int length) { +address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) { ShouldNotCallThis(); return NULL; }