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

src/share/vm/interpreter/interpreterRuntime.hpp

Print this page

        

*** 96,106 **** static void throw_AbstractMethodError(JavaThread* thread); static void throw_IncompatibleClassChangeError(JavaThread* thread); static void throw_StackOverflowError(JavaThread* thread); static void throw_ArrayIndexOutOfBoundsException(JavaThread* thread, char* name, jint index); static void throw_ClassCastException(JavaThread* thread, oopDesc* obj); - static void throw_WrongMethodTypeException(JavaThread* thread, oopDesc* mtype = NULL, oopDesc* mhandle = NULL); static void create_exception(JavaThread* thread, char* name, char* message); static void create_klass_exception(JavaThread* thread, char* name, oopDesc* obj); static address exception_handler_for_exception(JavaThread* thread, oopDesc* exception); static void throw_pending_exception(JavaThread* thread); --- 96,105 ----
src/share/vm/interpreter/interpreterRuntime.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File