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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.158 by jsr166, Wed Jan 2 07:43:50 2013 UTC vs.
Revision 1.159 by jsr166, Sun Jan 6 20:05:51 2013 UTC

# Line 500 | Line 500 | public class ConcurrentHashMap<K, V>
500      static final int SEED_INCREMENT = 0x61c88647;
501  
502      /**
503 <     * Per-thread counter hash codes. Shared across all instances
503 >     * Per-thread counter hash codes. Shared across all instances.
504       */
505      static final ThreadLocal<CellHashCode> threadCellHashCode =
506          new ThreadLocal<CellHashCode>();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines