--- jsr166/src/test/tck/AtomicReferenceFieldUpdaterTest.java 2003/08/31 19:24:53 1.1 +++ jsr166/src/test/tck/AtomicReferenceFieldUpdaterTest.java 2003/09/14 20:42:40 1.2 @@ -9,7 +9,7 @@ import java.util.concurrent.atomic.*; import junit.framework.*; import java.util.*; -public class AtomicReferenceFieldUpdaterTest extends TestCase{ +public class AtomicReferenceFieldUpdaterTest extends JSR166TestCase{ volatile Integer x = null; Object z; Integer w; @@ -23,15 +23,6 @@ public class AtomicReferenceFieldUpdater return new TestSuite(AtomicReferenceFieldUpdaterTest.class); } - static final Integer zero = new Integer(0); - static final Integer one = new Integer(1); - static final Integer two = new Integer(2); - static final Integer m3 = new Integer(-3); - static final Integer m4 = new Integer(-4); - static final Integer m5 = new Integer(-5); - static final Integer seven = new Integer(7); - static final Integer m10 = new Integer(-10); - public void testConstructor(){ try{ AtomicReferenceFieldUpdater