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.27 by jsr166, Fri Sep 17 01:04:10 2010 UTC vs.
Revision 1.28 by dl, Fri Sep 17 14:19:52 2010 UTC

# Line 246 | Line 246 | public class ForkJoinPoolTest extends JS
246              p.execute(new FailingTask());
247              uncaughtExceptionHappened.await();
248          } finally {
249 <            //p.shutdownNow();
249 >            p.shutdownNow(); // failure might have prevented processing task
250              joinPool(p);
251          }
252      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines