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

Comparing jsr166/src/test/tck/AtomicStampedReferenceTest.java (file contents):
Revision 1.15 by jsr166, Wed Aug 25 00:07:03 2010 UTC vs.
Revision 1.16 by jsr166, Sat Oct 9 19:30:34 2010 UTC

# Line 30 | Line 30 | public class AtomicStampedReferenceTest
30      }
31  
32      /**
33 <     *  get returns the last values of reference and stamp set
33 >     * get returns the last values of reference and stamp set
34       */
35      public void testGetSet() {
36          int[] mark = new int[1];
# Line 52 | Line 52 | public class AtomicStampedReferenceTest
52      }
53  
54      /**
55 <     *  attemptStamp succeeds in single thread
55 >     * attemptStamp succeeds in single thread
56       */
57      public void testAttemptStamp() {
58          int[] mark = new int[1];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines