src/share/vm/interpreter/abstractInterpreter.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/abstractInterpreter.hpp	Tue Oct 22 15:02:35 2013
--- new/src/share/vm/interpreter/abstractInterpreter.hpp	Tue Oct 22 15:02:35 2013

*** 159,170 **** --- 159,170 ---- static bool can_be_compiled(methodHandle m); // Runtime support // length = invoke bytecode length (to advance to next bytecode) ! static address deopt_entry (TosState state, int length) { ShouldNotReachHere(); return NULL; } ! static address return_entry (TosState state, int length) { ShouldNotReachHere(); return NULL; } ! static address return_entry(TosState state, int length, Bytecodes::Code code) { ShouldNotReachHere(); return NULL; } static address rethrow_exception_entry() { return _rethrow_exception_entry; } // Activation size in words for a method that is just being called. // Parameters haven't been pushed so count them too.

src/share/vm/interpreter/abstractInterpreter.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File