--- jsr166/src/test/tck/AtomicLongTest.java 2016/06/17 19:00:48 1.32 +++ jsr166/src/test/tck/AtomicLongTest.java 2017/08/04 03:30:21 1.33 @@ -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();