Searched defs:throw_and_post_jvmti_exception (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp584 void SharedRuntime::throw_and_post_jvmti_exception(JavaThread *thread, Handle h_exception) { function in class:SharedRuntime
594 void SharedRuntime::throw_and_post_jvmti_exception(JavaThread *thread, Symbol* name, const char *message) { function in class:SharedRuntime
596 throw_and_post_jvmti_exception(thread, h_exception);
715 throw_and_post_jvmti_exception(thread, vmSymbols::java_lang_AbstractMethodError());
720 throw_and_post_jvmti_exception(thread, vmSymbols::java_lang_IncompatibleClassChangeError(), "vtable stub");
724 throw_and_post_jvmti_exception(thread, vmSymbols::java_lang_ArithmeticException(), "/ by zero");
728 throw_and_post_jvmti_exception(thread, vmSymbols::java_lang_NullPointerException());
734 throw_and_post_jvmti_exception(thread, vmSymbols::java_lang_NullPointerException());
746 throw_and_post_jvmti_exception(thread, exception);

Completed in 69 milliseconds