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.117 by jsr166, Sat Jan 28 04:32:25 2012 UTC vs.
Revision 1.118 by jsr166, Sat Jan 28 04:34:54 2012 UTC

# Line 1441 | Line 1441 | public class ForkJoinPool extends Abstra
1441       * another worker, but with same net effect. Releasing in other
1442       * cases as well ensures that we have enough workers running.
1443       *
1444 <     * * If the caller has run a task since the the last empty scan,
1444 >     * * If the caller has run a task since the last empty scan,
1445       * return (to allow rescan) if other workers are not also yet
1446       * enqueued.  Field WorkQueue.rescans counts down on each scan to
1447       * ensure eventual inactivation, and occasional calls to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines