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

src/share/vm/interpreter/templateInterpreterGenerator.hpp

Print this page

        

*** 49,59 **** address generate_klass_exception_handler(const char* name) { return generate_exception_handler_common(name, NULL, true); } address generate_exception_handler_common(const char* name, const char* message, bool pass_oop); address generate_ClassCastException_handler(); - address generate_WrongMethodType_handler(); address generate_ArrayIndexOutOfBounds_handler(const char* name); address generate_continuation_for(TosState state); address generate_return_entry_for(TosState state, int step); address generate_earlyret_entry_for(TosState state); address generate_deopt_entry_for(TosState state, int step); --- 49,58 ----
src/share/vm/interpreter/templateInterpreterGenerator.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File