ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/FJSums.java
(Generate patch)

Comparing jsr166/src/test/loops/FJSums.java (file contents):
Revision 1.7 by jsr166, Wed Jul 4 20:07:01 2012 UTC vs.
Revision 1.8 by jsr166, Sun Oct 21 06:14:12 2012 UTC

# Line 157 | Line 157 | public class FJSums {
157       * internal nodes, it becomes true when one child is cumulated.
158       * When second child finishes cumulating, it then moves up tree,
159       * executing complete() at the root.
160     *
160       */
161      static final class Cumulater extends ForkJoinTask<Void> {
162          static final short CUMULATE = (short)1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines