src/hotspot/share/jvmci/jvmciRuntime.cpp
changeset 58095 adc72cd1d1f2
parent 58041 d8902e9c307c
child 58196 cea6839598e8
--- a/src/hotspot/share/jvmci/jvmciRuntime.cpp	Thu Sep 12 03:21:11 2019 +0200
+++ b/src/hotspot/share/jvmci/jvmciRuntime.cpp	Wed Sep 11 22:09:05 2019 -0400
@@ -942,7 +942,7 @@
     }
   } else {
     // Allow error reporting thread to print the stack trace.
-    os::sleep(THREAD, 200);
+    THREAD->sleep(200);
   }
 
   before_exit(THREAD);