src/hotspot/share/interpreter/interpreterRuntime.hpp
changeset 50094 2f79462aab9b
parent 49480 d7df2dd501ce
child 53244 9807daeb47c4
equal deleted inserted replaced
50093:55153a374d18 50094:2f79462aab9b
    81   static void    throw_IncompatibleClassChangeErrorVerbose(JavaThread* thread,
    81   static void    throw_IncompatibleClassChangeErrorVerbose(JavaThread* thread,
    82                                                            Klass* resc,
    82                                                            Klass* resc,
    83                                                            Klass* interfaceKlass);
    83                                                            Klass* interfaceKlass);
    84   static void    throw_StackOverflowError(JavaThread* thread);
    84   static void    throw_StackOverflowError(JavaThread* thread);
    85   static void    throw_delayed_StackOverflowError(JavaThread* thread);
    85   static void    throw_delayed_StackOverflowError(JavaThread* thread);
    86   static void    throw_ArrayIndexOutOfBoundsException(JavaThread* thread, char* name, jint index);
    86   static void    throw_ArrayIndexOutOfBoundsException(JavaThread* thread, arrayOopDesc* a, jint index);
    87   static void    throw_ClassCastException(JavaThread* thread, oopDesc* obj);
    87   static void    throw_ClassCastException(JavaThread* thread, oopDesc* obj);
    88   static void    create_exception(JavaThread* thread, char* name, char* message);
    88   static void    create_exception(JavaThread* thread, char* name, char* message);
    89   static void    create_klass_exception(JavaThread* thread, char* name, oopDesc* obj);
    89   static void    create_klass_exception(JavaThread* thread, char* name, oopDesc* obj);
    90   static address exception_handler_for_exception(JavaThread* thread, oopDesc* exception);
    90   static address exception_handler_for_exception(JavaThread* thread, oopDesc* exception);
    91 #if INCLUDE_JVMTI
    91 #if INCLUDE_JVMTI