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

Comparing jsr166/src/jdk7/java/util/concurrent/atomic/AtomicReferenceFieldUpdater.java (file contents):
Revision 1.4 by jsr166, Fri Feb 15 22:27:11 2013 UTC vs.
Revision 1.5 by jsr166, Mon Mar 4 16:09:25 2013 UTC

# Line 98 | Line 98 | public abstract class AtomicReferenceFie
98       * other calls to {@code compareAndSet} and {@code set}, but not
99       * necessarily with respect to other changes in the field.
100       *
101 <     * <p>May <a href="package-summary.html#Spurious">fail spuriously</a>
102 <     * and does not provide ordering guarantees, so is only rarely an
103 <     * appropriate alternative to {@code compareAndSet}.
101 >     * <p><a href="package-summary.html#weakCompareAndSet">May fail
102 >     * spuriously and does not provide ordering guarantees</a>, so is
103 >     * only rarely an appropriate alternative to {@code compareAndSet}.
104       *
105       * @param obj An object whose field to conditionally set
106       * @param expect the expected value

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines