view make/solaris/platform_i486 @ 17716:cdb71841f4bc

6498581: ThreadInterruptTest3 produces wrong output on Windows Summary: There is race condition between os::interrupt and os::is_interrupted on Windows. In JVM_Sleep(Thread.sleep), check if thread gets interrupted, it may see interrupted but not really interrupted so cause spurious waking up (early return from sleep). Fix by checking if interrupt event really gets set thus prevent false return. For intrinsic of _isInterrupted, on Windows, go fastpath only on bit not set. Reviewed-by: acorn, kvn Contributed-by: david.holmes@oracle.com, yumin.qi@oracle.com
author minqi
date Wed, 26 Feb 2014 15:20:41 -0800
parents a49a647afe9a
children
line wrap: on
line source

os_family = solaris

arch = x86

arch_model = x86_32

os_arch = solaris_x86

os_arch_model = solaris_x86_32

lib_arch = i386

compiler = sparcWorks

sysdefs = -DSOLARIS -DSPARC_WORKS -DIA32