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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.68 by jsr166, Wed Jun 8 02:33:47 2011 UTC vs.
Revision 1.69 by jsr166, Wed Jun 8 05:12:25 2011 UTC

# Line 291 | Line 291 | public class ForkJoinPool extends Abstra
291       * "terminate" status, cancels all unprocessed tasks, and wakes up
292       * all waiting workers.  Detecting whether termination should
293       * commence after a non-abrupt shutdown() call requires more work
294 <     * and bookkeeping. We need consensus about quiesence (i.e., that
294 >     * and bookkeeping. We need consensus about quiescence (i.e., that
295       * there is no more work) which is reflected in active counts so
296       * long as there are no current blockers, as well as possible
297       * re-evaluations during independent changes in blocking or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines