--- old/test/hotspot/gtest/gc/g1/test_g1FreeIdSet.cpp 2019-09-04 05:35:53.115049073 -0400 +++ new/test/hotspot/gtest/gc/g1/test_g1FreeIdSet.cpp 2019-09-04 05:35:52.042038716 -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) {