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

Comparing jsr166/src/test/tck/AtomicIntegerTest.java (file contents):
Revision 1.31 by jsr166, Fri Jun 17 19:00:48 2016 UTC vs.
Revision 1.32 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 191 | Line 191 | public class AtomicIntegerTest extends J
191      }
192  
193      /**
194 <     * a deserialized serialized atomic holds same value
194 >     * a deserialized/reserialized atomic holds same value
195       */
196      public void testSerialization() throws Exception {
197          AtomicInteger x = new AtomicInteger();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines