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.247 by jsr166, Thu Jul 23 01:09:13 2015 UTC vs.
Revision 1.248 by jsr166, Thu Jul 23 01:14:37 2015 UTC

# Line 1715 | Line 1715 | public class ForkJoinPool extends Abstra
1715      /**
1716       * If the given worker is a spare with no queued tasks, and there
1717       * are enough existing workers, drops it from ctl counts and sets
1718 <     * it state to terminated.
1718 >     * its state to terminated.
1719       *
1720       * @param w the calling worker -- must be a spare
1721       * @return true if dropped (in which case it must not process more tasks)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines