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

Comparing jsr166/src/jsr166y/ForkJoinTask.java (file contents):
Revision 1.66 by dl, Sun Oct 24 19:37:26 2010 UTC vs.
Revision 1.67 by dl, Sun Nov 21 14:43:27 2010 UTC

# Line 832 | Line 832 | public abstract class ForkJoinTask<V> im
832       * under any other usage conditions are not guaranteed.
833       * This method may be useful when executing
834       * pre-constructed trees of subtasks in loops.
835 +     *
836 +     * <p>Upon completion of this method, {@code isDone()} reports
837 +     * {@code false}, and {@code getException()} reports {@code
838 +     * null}. However, the value returned by {@code getRawResult} is
839 +     * unaffected. To clear this value, you can invoke {@code
840 +     * setRawResult(null)}.
841       */
842      public void reinitialize() {
843          if (status == EXCEPTIONAL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines