ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ThreadPoolExecutorTest.java
(Generate patch)

Comparing jsr166/src/test/tck/ThreadPoolExecutorTest.java (file contents):
Revision 1.98 by jsr166, Sun Oct 4 07:23:20 2015 UTC vs.
Revision 1.99 by jsr166, Mon Oct 5 20:45:41 2015 UTC

# Line 641 | Line 641 | public class ThreadPoolExecutorTest exte
641              new ThreadPoolExecutor(poolSize, poolSize,
642                                     LONG_DELAY_MS, MILLISECONDS,
643                                     new ArrayBlockingQueue<Runnable>(10));
644 <        CountDownLatch threadsStarted = new CountDownLatch(poolSize);
644 >        final CountDownLatch threadsStarted = new CountDownLatch(poolSize);
645          Runnable waiter = new CheckedRunnable() { public void realRun() {
646              threadsStarted.countDown();
647              try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines