--- jsr166/src/test/tck/AtomicLongTest.java 2014/12/31 19:21:20 1.28 +++ jsr166/src/test/tck/AtomicLongTest.java 2017/08/04 03:30:21 1.33 @@ -13,7 +13,7 @@ import junit.framework.TestSuite; public class AtomicLongTest extends JSR166TestCase { public static void main(String[] args) { - junit.textui.TestRunner.run(suite()); + main(suite(), args); } public static Test suite() { return new TestSuite(AtomicLongTest.class); @@ -193,7 +193,7 @@ public class AtomicLongTest extends JSR1 } /** - * a deserialized serialized atomic holds same value + * a deserialized/reserialized atomic holds same value */ public void testSerialization() throws Exception { AtomicLong x = new AtomicLong();