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

Comparing jsr166/src/jsr166y/CountedCompleter.java (file contents):
Revision 1.10 by dl, Wed Nov 14 17:20:37 2012 UTC vs.
Revision 1.12 by jsr166, Wed Nov 14 20:06:49 2012 UTC

# Line 142 | Line 142 | package jsr166y;
142   *
143   * As a further improvement, notice that the left task need not even
144   * exist.  Instead of creating a new one, we can iterate using the
145 < * original task, and add a pending count for each fork.
145 > * original task, and add a pending count for each fork.
146   *
147   * <pre> {@code
148   * class ForEach<E> ...
# Line 477 | Line 477 | public abstract class CountedCompleter<T
477              throw new Error(e);
478          }
479      }
480 +
481      /**
482       * Returns a sun.misc.Unsafe.  Suitable for use in a 3rd party package.
483       * Replace with a simple call to Unsafe.getUnsafe when integrating
# Line 504 | Line 505 | public abstract class CountedCompleter<T
505              }
506          }
507      }
507
508   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines