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

Comparing jsr166/src/test/tck/AtomicBooleanTest.java (file contents):
Revision 1.28 by jsr166, Fri Jul 29 21:30:37 2016 UTC vs.
Revision 1.29 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 120 | Line 120 | public class AtomicBooleanTest extends J
120      }
121  
122      /**
123 <     * a deserialized serialized atomic holds same value
123 >     * a deserialized/reserialized atomic holds same value
124       */
125      public void testSerialization() throws Exception {
126          AtomicBoolean x = new AtomicBoolean();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines