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.45 by jsr166, Sun May 29 07:01:17 2011 UTC vs.
Revision 1.46 by jsr166, Sun May 29 13:55:36 2011 UTC

# Line 1977 | Line 1977 | public class ThreadPoolExecutorTest exte
1977              // enough time to run all tasks
1978              assertTrue(done.await(nTasks * SHORT_DELAY_MS, MILLISECONDS));
1979          } finally {
1980 <            p.shutdown();
1980 >            joinPool(p);
1981          }
1982      }
1983  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines