src/share/vm/interpreter/interpreterRuntime.hpp

Print this page

        

*** 93,102 **** --- 93,105 ---- static void throw_ArrayIndexOutOfBoundsException(JavaThread* thread, char* name, jint index); static void throw_ClassCastException(JavaThread* thread, oopDesc* obj); 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); + #if INCLUDE_JVMTI + static void member_name_arg_or_null(JavaThread* thread, address dmh, Method* m, address bcp); + #endif static void throw_pending_exception(JavaThread* thread); // Statics & fields static void resolve_get_put(JavaThread* thread, Bytecodes::Code bytecode);