src/hotspot/share/runtime/safepoint.cpp
changeset 58041 d8902e9c307c
parent 57758 91a758925be7
child 58545 725244418646
--- a/src/hotspot/share/runtime/safepoint.cpp	Sat Sep 07 10:05:47 2019 -0700
+++ b/src/hotspot/share/runtime/safepoint.cpp	Sat Sep 07 18:48:57 2019 -0400
@@ -939,7 +939,7 @@
           break; // Could not send signal. Report fatal error.
         }
         // Give cur_thread a chance to report the error and terminate the VM.
-        os::sleep(Thread::current(), 3000, false);
+        os::naked_sleep(3000);
       }
     }
     fatal("Safepoint sync time longer than " INTX_FORMAT "ms detected when executing %s.",