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.45 by dl, Tue Jan 10 14:03:17 2012 UTC vs.
Revision 1.46 by jsr166, Tue Jan 10 16:31:30 2012 UTC

# Line 245 | Line 245 | public class ForkJoinPoolTest extends JS
245              try {
246                  p.execute(new FibTask(8));
247                  assertTrue(uehInvoked.await(MEDIUM_DELAY_MS, MILLISECONDS));
248 <            } catch(RejectedExecutionException ok) {
248 >            } catch (RejectedExecutionException ok) {
249              }
250          } finally {
251              p.shutdownNow(); // failure might have prevented processing task

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines