< prev index next >

test/hotspot/gtest/gc/g1/test_g1FreeIdSet.cpp

Print this page

        

*** 143,153 **** JavaThread* this_thread = JavaThread::current(); tty->print_cr("Stressing G1FreeIdSet for %u ms", milliseconds_to_run); { ThreadInVMfromNative invm(this_thread); ! os::sleep(this_thread, milliseconds_to_run); } OrderAccess::release_store(&continue_running, false); for (uint i = 0; i < nthreads; ++i) { ThreadInVMfromNative invm(this_thread); post.wait_with_safepoint_check(this_thread); --- 143,153 ---- JavaThread* this_thread = JavaThread::current(); tty->print_cr("Stressing G1FreeIdSet for %u ms", milliseconds_to_run); { ThreadInVMfromNative invm(this_thread); ! this_thread->sleep(milliseconds_to_run); } OrderAccess::release_store(&continue_running, false); for (uint i = 0; i < nthreads; ++i) { ThreadInVMfromNative invm(this_thread); post.wait_with_safepoint_check(this_thread);
< prev index next >