ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jdk7/java/util/concurrent/ConcurrentHashMap.java
(Generate patch)

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.2 by jsr166, Wed Jan 2 07:43:49 2013 UTC vs.
Revision 1.3 by jsr166, Sun Jan 6 20:05:51 2013 UTC

# Line 569 | Line 569 | public class ConcurrentHashMap<K, V>
569      static final int SEED_INCREMENT = 0x61c88647;
570  
571      /**
572 <     * Per-thread counter hash codes. Shared across all instances
572 >     * Per-thread counter hash codes. Shared across all instances.
573       */
574      static final ThreadLocal<CounterHashCode> threadCounterHashCode =
575          new ThreadLocal<CounterHashCode>();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines