--- jsr166/src/test/tck/ScheduledExecutorSubclassTest.java 2015/10/04 16:03:12 1.46 +++ jsr166/src/test/tck/ScheduledExecutorSubclassTest.java 2015/10/05 20:45:41 1.47 @@ -684,7 +684,7 @@ public class ScheduledExecutorSubclassTe final int count = 5; final AtomicInteger ran = new AtomicInteger(0); final CustomExecutor p = new CustomExecutor(poolSize); - CountDownLatch threadsStarted = new CountDownLatch(poolSize); + final CountDownLatch threadsStarted = new CountDownLatch(poolSize); Runnable waiter = new CheckedRunnable() { public void realRun() { threadsStarted.countDown(); try {