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

Comparing jsr166/src/test/tck/ForkJoinPool9Test.java (file contents):
Revision 1.3 by jsr166, Mon Mar 13 22:38:41 2017 UTC vs.
Revision 1.4 by jsr166, Sat Mar 25 21:41:10 2017 UTC

# Line 66 | Line 66 | public class ForkJoinPool9Test extends J
66          Future<?> f = ForkJoinPool.commonPool().submit(runInCommonPool);
67          // Ensure runInCommonPool is truly running in the common pool,
68          // by giving this thread no opportunity to "help" on get().
69 <        assertTrue(taskStarted.await(LONG_DELAY_MS, MILLISECONDS));
69 >        await(taskStarted);
70          assertNull(f.get());
71      }
72  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines