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.24 by dl, Thu Sep 8 00:04:00 2005 UTC vs.
Revision 1.25 by jsr166, Thu Sep 8 21:58:22 2005 UTC

# Line 64 | Line 64 | import java.util.Random;
64   *
65  
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>
70 < * those subsequent to the corresponding <tt>exchange()</tt> in the other
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>
70 > * those subsequent to the corresponding <tt>exchange()</tt> in the other
71   * thread.
72   *
73   * @since 1.5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines