src/hotspot/share/jvmci/jvmciRuntime.cpp
changeset 58041 d8902e9c307c
parent 58015 dd84de796f2c
child 58095 adc72cd1d1f2
--- a/src/hotspot/share/jvmci/jvmciRuntime.cpp	Sat Sep 07 10:05:47 2019 -0700
+++ b/src/hotspot/share/jvmci/jvmciRuntime.cpp	Sat Sep 07 18:48:57 2019 -0400
@@ -941,10 +941,8 @@
       describe_pending_hotspot_exception(THREAD, true);
     }
   } else {
-    // Allow error reporting thread to print the stack trace.  Windows
-    // doesn't allow uninterruptible wait for JavaThreads
-    const bool interruptible = true;
-    os::sleep(THREAD, 200, interruptible);
+    // Allow error reporting thread to print the stack trace.
+    os::sleep(THREAD, 200);
   }
 
   before_exit(THREAD);