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

Comparing jsr166/src/test/tck/AtomicLongArrayTest.java (file contents):
Revision 1.36 by jsr166, Thu Sep 15 01:18:01 2016 UTC vs.
Revision 1.37 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 314 | Line 314 | public class AtomicLongArrayTest extends
314      }
315  
316      /**
317 <     * a deserialized serialized array holds same values
317 >     * a deserialized/reserialized array holds same values in same order
318       */
319      public void testSerialization() throws Exception {
320          AtomicLongArray x = new AtomicLongArray(SIZE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines