view make/solaris/platform_sparc @ 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 = sparc

arch_model = sparc

os_arch = solaris_sparc

os_arch_model = solaris_sparc

lib_arch = sparc

compiler = sparcWorks

sysdefs = -DSOLARIS -DSPARC_WORKS -DSPARC