hotspot/.jcheck/conf
author ysr
Tue, 10 Aug 2010 14:53:35 -0700
changeset 6253 228a0240f71e
parent 22 408b55da75b0
child 9952 9c0da8ccd998
permissions -rw-r--r--
6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging Summary: volatile store to static variable removed in favour of a volatile store to stack to avoid excessive cache coherency traffic; verified that the volatile store is not elided by any of our current compilers. Reviewed-by: dholmes, dice, jcoomes, kvn

project=jdk7