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

Comparing jsr166/src/test/tck/ScheduledExecutorTest.java (file contents):
Revision 1.63 by jsr166, Sun Oct 4 18:28:51 2015 UTC vs.
Revision 1.64 by jsr166, Mon Oct 5 20:45:41 2015 UTC

# Line 632 | Line 632 | public class ScheduledExecutorTest exten
632          final AtomicInteger ran = new AtomicInteger(0);
633          final ScheduledThreadPoolExecutor p =
634              new ScheduledThreadPoolExecutor(poolSize);
635 <        CountDownLatch threadsStarted = new CountDownLatch(poolSize);
635 >        final CountDownLatch threadsStarted = new CountDownLatch(poolSize);
636          Runnable waiter = new CheckedRunnable() { public void realRun() {
637              threadsStarted.countDown();
638              try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines