--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2011/09/10 01:38:28 1.19 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2011/09/10 05:35:24 1.21 @@ -422,7 +422,7 @@ public class ConcurrentHashMapV8 return table; } - /* + /** * Reclassifies nodes in each bin to new table. Because we are * using power-of-two expansion, the elements from each bin must * either stay at same index, or move with a power of two @@ -1622,7 +1622,7 @@ public class ConcurrentHashMapV8 throws java.io.IOException, ClassNotFoundException { s.defaultReadObject(); this.segments = null; // unneeded - // initalize transient final field + // initialize transient final field UNSAFE.putObjectVolatile(this, counterOffset, new LongAdder()); this.targetCapacity = DEFAULT_CAPACITY;