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

Comparing jsr166/src/main/java/util/concurrent/CountDownLatch.java (file contents):
Revision 1.34 by jsr166, Fri Jul 6 06:54:30 2007 UTC vs.
Revision 1.35 by dl, Fri Mar 27 10:39:07 2009 UTC

# Line 119 | Line 119 | import java.util.concurrent.atomic.*;
119   *
120   * </pre>
121   *
122 < * <p>Memory consistency effects: Actions in a thread prior to calling
122 > * <p>Memory consistency effects: Until the count reaches
123 > * zero, actions in a thread prior to calling
124   * {@code countDown()}
125   * <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
126   * actions following a successful return from a corresponding

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines