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

# Line 711 | Line 711 | public class ThreadPoolExecutorSubclassT
711              new CustomTPE(poolSize, poolSize, LONG_DELAY_MS, MILLISECONDS,
712                            new ArrayBlockingQueue<Runnable>(10));
713          CountDownLatch threadsStarted = new CountDownLatch(poolSize);
714 <        CheckedRunnable waiter = new CheckedRunnable() { public void realRun() {
714 >        Runnable waiter = new CheckedRunnable() { public void realRun() {
715              threadsStarted.countDown();
716              try {
717                  MILLISECONDS.sleep(2 * LONG_DELAY_MS);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines