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

Comparing jsr166/src/main/java/util/concurrent/Exchanger.java (file contents):
Revision 1.23 by brian, Fri Sep 2 03:03:17 2005 UTC vs.
Revision 1.24 by dl, Thu Sep 8 00:04:00 2005 UTC

# Line 63 | Line 63 | import java.util.Random;
63   * </pre>
64   *
65  
66 < * <p> Memory visibility effects: For each pair of threads that
66 > * <p> Memory consistency effects: For each pair of threads that
67   * successfully exchange objects via an <tt>Exchanger</tt>,
68   * actions prior to to the <tt>exchange()</tt>
69   * in each thread <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines