JDK-7092226 : java/util/concurrent/CyclicBarrier/Basic.java fails
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Affected Version: 6u29,7,9
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: generic
  • Submitted: 2011-09-19
  • Updated: 2015-12-10
  • Resolved: 2015-10-19
Related Reports
Relates :  
Relates :  
Relates :  
Description
The test fails with HS22 b06 and JDK6u29 b01. The failure is reproducible on linux-i586 with '-client -Xcomp' VM options in about 30 iterations.

Comments
We don't see failures in CyclicBarrier/Basic.java.
19-10-2015

Anything that fails only with -Xcomp is still quite likely to be a compiler problem. The problem we see now is not likely to be the same problem as was reported for JDK 6.
31-07-2014

I don't think we are seeing this failure in jdk9/dev, it would be good to understand if the failure with 9 is new or not (seems like the original issue with 6uX might have been something else).
31-07-2014

Failure on nightlies of 04 07 2014 is with -server -Xcomp -XX:-TieredCompilation so without C1. That makes it very unlikely to be a compiler problem (fails with both compilers, C1 & C2 have very little in common).
30-07-2014

ILW=incorrect behavior;client compiler;none=HMH=>P1
21-07-2014