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.75 by jsr166, Tue Sep 7 06:42:39 2010 UTC vs.
Revision 1.76 by jsr166, Tue Sep 7 07:24:39 2010 UTC

# Line 1441 | Line 1441 | public class ForkJoinPool extends Abstra
1441  
1442      /**
1443       * Returns the number of worker threads that have started but not
1444 <     * yet terminated.  This result returned by this method may differ
1444 >     * yet terminated.  The result returned by this method may differ
1445       * from {@link #getParallelism} when threads are created to
1446       * maintain parallelism when others are cooperatively blocked.
1447       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines