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

Comparing jsr166/src/jdk7/java/util/concurrent/atomic/AtomicIntegerArray.java (file contents):
Revision 1.2 by jsr166, Wed Jan 2 06:29:00 2013 UTC vs.
Revision 1.3 by jsr166, Mon Mar 4 16:09:25 2013 UTC

# Line 146 | Line 146 | public class AtomicIntegerArray implemen
146       * Atomically sets the element at position {@code i} to the given
147       * updated value if the current value {@code ==} the expected value.
148       *
149 <     * <p>May <a href="package-summary.html#Spurious">fail spuriously</a>
150 <     * and does not provide ordering guarantees, so is only rarely an
151 <     * appropriate alternative to {@code compareAndSet}.
149 >     * <p><a href="package-summary.html#weakCompareAndSet">May fail
150 >     * spuriously and does not provide ordering guarantees</a>, so is
151 >     * only rarely an appropriate alternative to {@code compareAndSet}.
152       *
153       * @param i the index
154       * @param expect the expected value

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines