test/hotspot/gtest/gc/g1/test_g1FreeIdSet.cpp
changeset 58041 d8902e9c307c
parent 53482 771b50dd0b08
child 58095 adc72cd1d1f2
--- a/test/hotspot/gtest/gc/g1/test_g1FreeIdSet.cpp	Sat Sep 07 10:05:47 2019 -0700
+++ b/test/hotspot/gtest/gc/g1/test_g1FreeIdSet.cpp	Sat Sep 07 18:48:57 2019 -0400
@@ -145,7 +145,7 @@
   tty->print_cr("Stressing G1FreeIdSet for %u ms", milliseconds_to_run);
   {
     ThreadInVMfromNative invm(this_thread);
-    os::sleep(this_thread, milliseconds_to_run, true);
+    os::sleep(this_thread, milliseconds_to_run);
   }
   OrderAccess::release_store(&continue_running, false);
   for (uint i = 0; i < nthreads; ++i) {