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

Comparing jsr166/src/main/java/util/concurrent/CyclicBarrier.java (file contents):
Revision 1.33 by brian, Fri Sep 2 01:03:08 2005 UTC vs.
Revision 1.34 by dl, Thu Sep 8 00:04:00 2005 UTC

# Line 88 | Line 88 | import java.util.concurrent.locks.*;
88   * {@link InterruptedException} if they too were interrupted at about
89   * the same time).
90   *
91 < * <p> Memory visibility effects: Actions in a thread prior to calling
91 > * <p> Memory consistency effects: Actions in a thread prior to calling
92   * <tt>await()</tt> <a
93   * href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
94   * actions that are part of the barrier action, which in turn

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines