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

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

# Line 756 | Line 756 | public class ThreadPoolExecutorSubclassT
756              new CustomTPE(poolSize, poolSize,
757                            LONG_DELAY_MS, MILLISECONDS,
758                            new ArrayBlockingQueue<Runnable>(10));
759 <        CountDownLatch threadsStarted = new CountDownLatch(poolSize);
759 >        final CountDownLatch threadsStarted = new CountDownLatch(poolSize);
760          Runnable waiter = new CheckedRunnable() { public void realRun() {
761              threadsStarted.countDown();
762              try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines