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

Comparing jsr166/src/test/tck/AtomicLongFieldUpdaterTest.java (file contents):
Revision 1.1 by dl, Sun Aug 31 19:24:53 2003 UTC vs.
Revision 1.2 by dl, Sun Sep 14 20:42:40 2003 UTC

# Line 9 | Line 9 | import java.util.concurrent.atomic.*;
9   import junit.framework.*;
10   import java.util.*;
11  
12 < public class AtomicLongFieldUpdaterTest extends TestCase{
12 > public class AtomicLongFieldUpdaterTest extends JSR166TestCase {
13      volatile long x = 0;
14      long z;
15      int w;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines