Seeing error in one test on ARM: org.openjdk.jcstress.tests.volatiles.ReadTwiceOverVolatileReadTest
Andrew Haley
aph at redhat.com
Thu Feb 23 13:44:01 UTC 2017
On 22/02/17 22:49, White, Derek wrote:
> For more background, the test fails with C1 only, succeeds with C2. C1 is handling the volatile field using load-acquire/store-release instructions, while C2 is using the more verbose and potentially slower explicit memory barrier instructions.
What version of OpenJDK is this?
Andrew.
More information about the jcstress-dev
mailing list