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

Comparing jsr166/src/main/java/util/concurrent/FutureTask.java (file contents):
Revision 1.44 by jsr166, Mon Aug 15 20:40:25 2005 UTC vs.
Revision 1.45 by brian, Fri Sep 2 01:03:08 2005 UTC

# Line 27 | Line 27 | import java.util.concurrent.locks.*;
27   * <tt>protected</tt> functionality that may be useful when creating
28   * customized task classes.
29   *
30 + * <p> Memory visibility effects: State changes to the resulting value
31 + * or exception <a
32 + * href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
33 + * actions following a call to <tt>get()</tt>.
34 + *
35   * @since 1.5
36   * @author Doug Lea
37   * @param <V> The result type returned by this FutureTask's <tt>get</tt> method

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines