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.213 by jsr166, Sat Jul 12 17:21:16 2014 UTC vs.
Revision 1.214 by jsr166, Sun Jul 13 18:42:13 2014 UTC

# Line 51 | Line 51 | import java.security.Permissions;
51   *
52   * <p>For applications that require separate or custom pools, a {@code
53   * ForkJoinPool} may be constructed with a given target parallelism
54 < * level; by default, equal to the number of available processors. The
55 < * pool attempts to maintain enough active (or available) threads by
56 < * dynamically adding, suspending, or resuming internal worker
54 > * level; by default, equal to the number of available processors.
55 > * The pool attempts to maintain enough active (or available) threads
56 > * by dynamically adding, suspending, or resuming internal worker
57   * threads, even if some tasks are stalled waiting to join others.
58   * However, no such adjustments are guaranteed in the face of blocked
59   * I/O or other unmanaged synchronization. The nested {@link

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines