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.62 by jsr166, Mon Sep 28 03:05:23 2015 UTC vs.
Revision 1.63 by jsr166, Mon Sep 28 08:23:49 2015 UTC

# Line 637 | Line 637 | public class ThreadPoolExecutorTest exte
637                                     LONG_DELAY_MS, MILLISECONDS,
638                                     new ArrayBlockingQueue<Runnable>(10));
639          CountDownLatch threadsStarted = new CountDownLatch(poolSize);
640 <        CheckedRunnable waiter = new CheckedRunnable() { public void realRun() {
640 >        Runnable waiter = new CheckedRunnable() { public void realRun() {
641              threadsStarted.countDown();
642              try {
643                  MILLISECONDS.sleep(2 * LONG_DELAY_MS);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines