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

Comparing jsr166/src/main/java/util/concurrent/RecursiveAction.java (file contents):
Revision 1.6 by jsr166, Tue Aug 4 20:41:40 2009 UTC vs.
Revision 1.7 by jsr166, Wed Aug 5 01:52:34 2009 UTC

# Line 64 | Line 64 | package java.util.concurrent;
64   * of each element of a double array, by subdividing out only the
65   * right-hand-sides of repeated divisions by two, and keeping track of
66   * them with a chain of {@code next} references. It uses a dynamic
67 < * threshold based on method {@code getEstimatedSurplusTaskCount}, but
67 > * threshold based on method {@code getSurplusQueuedTaskCount}, but
68   * counterbalances potential excess partitioning by directly
69   * performing leaf actions on unstolen tasks rather than further
70   * subdividing.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines