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

Comparing jsr166/src/jsr166e/ConcurrentHashMapV8.java (file contents):
Revision 1.20 by jsr166, Sat Sep 10 05:13:37 2011 UTC vs.
Revision 1.21 by jsr166, Sat Sep 10 05:35:24 2011 UTC

# Line 1622 | Line 1622 | public class ConcurrentHashMapV8<K, V>
1622              throws java.io.IOException, ClassNotFoundException {
1623          s.defaultReadObject();
1624          this.segments = null; // unneeded
1625 <        // initalize transient final field
1625 >        // initialize transient final field
1626          UNSAFE.putObjectVolatile(this, counterOffset, new LongAdder());
1627          this.targetCapacity = DEFAULT_CAPACITY;
1628  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines