src/share/vm/prims/jvmtiExport.hpp

Print this page
rev 963 : name changes to must_post_exception_events, also make separate version for jrt_leaf and non-jrt_leaf, the second callable from VM thread

*** 250,259 **** --- 250,261 ---- static void post_single_step (JavaThread *thread, methodOop method, address location) KERNEL_RETURN; static void post_raw_breakpoint (JavaThread *thread, methodOop method, address location) KERNEL_RETURN; static void post_exception_throw (JavaThread *thread, methodOop method, address location, oop exception) KERNEL_RETURN; static void notice_unwind_due_to_exception (JavaThread *thread, methodOop method, address location, oop exception, bool in_handler_frame) KERNEL_RETURN; + static jint must_post_exception_events_jrt_leaf(); + static jint must_post_exception_events(); static oop jni_GetField_probe (JavaThread *thread, jobject jobj, oop obj, klassOop klass, jfieldID fieldID, bool is_static) KERNEL_RETURN_(return NULL;); static oop jni_GetField_probe_nh (JavaThread *thread, jobject jobj,