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.317 by dl, Fri Jun 17 13:03:45 2016 UTC vs.
Revision 1.318 by jsr166, Tue Jun 28 14:41:58 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines