ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/AtomicReferenceFieldUpdaterTest.java
(Generate patch)

Comparing jsr166/src/test/tck/AtomicReferenceFieldUpdaterTest.java (file contents):
Revision 1.24 by jsr166, Fri Jun 10 20:01:21 2011 UTC vs.
Revision 1.25 by jsr166, Fri Jun 10 20:17:11 2011 UTC

# Line 136 | Line 136 | public class AtomicReferenceFieldUpdater
136          assertTrue(a.compareAndSet(this, one, two));
137          t.join(LONG_DELAY_MS);
138          assertFalse(t.isAlive());
139 <        assertSame(a.get(this), three);
139 >        assertSame(three, a.get(this));
140      }
141  
142      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines