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

Comparing jsr166/src/main/java/util/concurrent/CopyOnWriteArrayList.java (file contents):
Revision 1.52 by dl, Wed Sep 7 14:37:08 2005 UTC vs.
Revision 1.53 by dl, Thu Sep 8 00:04:00 2005 UTC

# Line 46 | Line 46 | import sun.misc.Unsafe;
46   * Java Collections Framework</a>.
47   *
48   * <p>
49 < * Memory visibility effects: As with other concurrent collections, state
49 > * Memory consistency effects: As with other concurrent collections, state
50   * changes to any object made prior to placing it into a <tt>CopyOnWriteArrayList</tt>
51   * <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
52   * that element is accessed via or removed from the <tt>CopyOnWriteArrayList</tt>.  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines