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

Comparing jsr166/src/jsr166e/Striped64.java (file contents):
Revision 1.2 by jsr166, Tue Aug 2 18:22:20 2011 UTC vs.
Revision 1.3 by jsr166, Fri Aug 5 17:08:04 2011 UTC

# Line 140 | Line 140 | abstract class Striped64 extends Number
140       */
141      static final ThreadHashCode threadHashCode = new ThreadHashCode();
142  
143 <    /** Nomber of CPUS, to place bound on table size */
143 >    /** Number of CPUS, to place bound on table size */
144      static final int NCPU = Runtime.getRuntime().availableProcessors();
145  
146      /**
# Line 150 | Line 150 | abstract class Striped64 extends Number
150  
151      /**
152       * Base value, used mainly when there is no contention, but also as
153 <     * a fallback during table initializion races. Updated via CAS.
153 >     * a fallback during table initialization races. Updated via CAS.
154       */
155      transient volatile long base;
156  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines