--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2011/09/10 01:38:28 1.19 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2011/09/10 05:13:37 1.20 @@ -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