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

Comparing jsr166/src/test/tck/LongAdderTest.java (file contents):
Revision 1.7 by jsr166, Fri Oct 16 16:32:15 2015 UTC vs.
Revision 1.8 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 84 | Line 84 | public class LongAdderTest extends JSR16
84      }
85  
86      /**
87 <     * a deserialized serialized adder holds same value
87 >     * a deserialized/reserialized adder holds same value
88       */
89      public void testSerialization() throws Exception {
90          LongAdder x = new LongAdder();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines