diff src/share/vm/prims/jvmtiExport.hpp @ 23007:3c8b53552a43

4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException Reviewed-by: dcubed, dholmes, sspitsyn
author jbachorik
date Mon, 24 Feb 2014 10:28:22 +0100
parents 55fb97c4c58d
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/prims/jvmtiExport.hpp	Wed May 06 13:12:02 2015 -0700
+++ b/src/share/vm/prims/jvmtiExport.hpp	Mon Feb 24 10:28:22 2014 +0100
@@ -363,6 +363,7 @@
   }
 
   static void cleanup_thread             (JavaThread* thread) NOT_JVMTI_RETURN;
+  static void clear_detected_exception   (JavaThread* thread) NOT_JVMTI_RETURN;
 
   static void oops_do(OopClosure* f) NOT_JVMTI_RETURN;
   static void weak_oops_do(BoolObjectClosure* b, OopClosure* f) NOT_JVMTI_RETURN;