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

Comparing jsr166/src/test/tck/ForkJoinPoolTest.java (file contents):
Revision 1.72 by jsr166, Wed Jan 4 06:09:58 2017 UTC vs.
Revision 1.73 by jsr166, Sat Mar 25 21:41:10 2017 UTC

# Line 217 | Line 217 | public class ForkJoinPoolTest extends JS
217                      taskStarted.countDown();
218                      assertEquals(1, p.getPoolSize());
219                      assertEquals(1, p.getActiveThreadCount());
220 <                    done.await();
220 >                    await(done);
221                  }};
222              Future<?> future = p.submit(task);
223              await(taskStarted);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines