diff src/share/vm/prims/jvmtiExport.cpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 016b6a289fc4
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/prims/jvmtiExport.cpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/prims/jvmtiExport.cpp	Tue Apr 01 13:57:07 2014 +0200
@@ -2161,15 +2161,6 @@
   }
 }
 
-void JvmtiExport::clear_detected_exception(JavaThread* thread) {
-  assert(JavaThread::current() == thread, "thread is not current");
-
-  JvmtiThreadState* state = thread->jvmti_thread_state();
-  if (state != NULL) {
-    state->clear_exception_detected();
-  }
-}
-
 void JvmtiExport::oops_do(OopClosure* f) {
   JvmtiCurrentBreakpoints::oops_do(f);
   JvmtiVMObjectAllocEventCollector::oops_do_for_all_threads(f);