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

Comparing jsr166/src/jsr166y/ForkJoinPool.java (file contents):
Revision 1.80 by dl, Fri Sep 17 14:24:56 2010 UTC vs.
Revision 1.81 by jsr166, Mon Sep 20 20:42:36 2010 UTC

# Line 879 | Line 879 | public class ForkJoinPool extends Abstra
879                      // If originating from an external caller,
880                      // propagate exception, else ignore
881                      if (fail != null && runState < TERMINATING &&
882 <                        !(Thread.currentThread() instanceof
882 >                        !(Thread.currentThread() instanceof
883                            ForkJoinWorkerThread))
884                          UNSAFE.throwException(fail);
885                      break;
# Line 1711 | Line 1711 | public class ForkJoinPool extends Abstra
1711      final boolean isAtLeastTerminating() {
1712          return runState >= TERMINATING;
1713      }
1714 <        
1714 >
1715      /**
1716       * Returns {@code true} if this pool has been shut down.
1717       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines