view make/aix/platform_ppc64 @ 14649:f6301b007a16

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 b83f7d608548
children
line wrap: on
line source

os_family = aix

arch = ppc

arch_model = ppc_64

os_arch = aix_ppc

os_arch_model = aix_ppc_64

lib_arch = ppc64

compiler = xlc

gnu_dis_arch = ppc64

sysdefs = -DAIX -DPPC64