--- jsr166/src/test/tck/JSR166TestCase.java 2016/08/28 18:10:37 1.201 +++ jsr166/src/test/tck/JSR166TestCase.java 2016/09/15 00:32:45 1.202 @@ -1756,7 +1756,7 @@ public class JSR166TestCase extends Test * A CyclicBarrier that uses timed await and fails with * AssertionFailedErrors instead of throwing checked exceptions. */ - public class CheckedBarrier extends CyclicBarrier { + public static class CheckedBarrier extends CyclicBarrier { public CheckedBarrier(int parties) { super(parties); } public int await() {