--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2011/09/15 14:25:46 1.24 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2011/09/19 12:31:07 1.25 @@ -681,7 +681,7 @@ public class ConcurrentHashMapV8 if (!added) setTabAt(tab, i, null); if (!node.casHash(fh, h)) { - node.hash = fh; + node.hash = h; synchronized(node) { node.notifyAll(); }; } }