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

Comparing jsr166/src/jdk8/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.3 by dl, Fri Apr 8 00:04:46 2016 UTC vs.
Revision 1.4 by jsr166, Tue Jun 28 14:52:19 2016 UTC

# Line 2270 | Line 2270 | public class ForkJoinPool extends Abstra
2270       * acceptable when submitted tasks cannot have dependencies
2271       * requiring additional threads.
2272       *
2273 <     * @param saturate if nonnull, a predicate invoked upon attempts
2273 >     * @param saturate if non-null, a predicate invoked upon attempts
2274       * to create more than the maximum total allowed threads.  By
2275       * default, when a thread is about to block on a join or {@link
2276       * ManagedBlocker}, but cannot be replaced because the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines