comparison src/cpu/zero/vm/cppInterpreter_zero.cpp @ 13010:bd3237e0e18d

8026328: Setting a breakpoint on invokedynamic crashes the JVM Reviewed-by: jrose, roland
author twisti
date Thu, 24 Oct 2013 16:23:07 -0700
parents e16282db4946
children de6a9e811145 2b8e28fdf503
comparison
equal deleted inserted replaced
12968:97d400662426 13010:bd3237e0e18d
1004 istate->set_stack_base(stack_base); 1004 istate->set_stack_base(stack_base);
1005 istate->set_stack(stack); 1005 istate->set_stack(stack);
1006 istate->set_stack_limit(stack_base - method->max_stack() - 1); 1006 istate->set_stack_limit(stack_base - method->max_stack() - 1);
1007 } 1007 }
1008 1008
1009 address CppInterpreter::return_entry(TosState state, int length) { 1009 address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) {
1010 ShouldNotCallThis(); 1010 ShouldNotCallThis();
1011 return NULL; 1011 return NULL;
1012 } 1012 }
1013 1013
1014 address CppInterpreter::deopt_entry(TosState state, int length) { 1014 address CppInterpreter::deopt_entry(TosState state, int length) {