changeset 46146 | b3e220a04d3f |
parent 41131 | 87edc8451f8a |
--- a/jdk/test/java/util/concurrent/tck/AtomicIntegerArrayTest.java Wed Aug 09 17:30:51 2017 -0700 +++ b/jdk/test/java/util/concurrent/tck/AtomicIntegerArrayTest.java Wed Aug 09 17:40:38 2017 -0700 @@ -342,7 +342,7 @@ } /** - * a deserialized serialized array holds same values + * a deserialized/reserialized array holds same values in same order */ public void testSerialization() throws Exception { AtomicIntegerArray x = new AtomicIntegerArray(SIZE);