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

Comparing jsr166/src/jsr166e/ConcurrentHashMapV8.java (file contents):
Revision 1.24 by dl, Thu Sep 15 14:25:46 2011 UTC vs.
Revision 1.25 by dl, Mon Sep 19 12:31:07 2011 UTC

# Line 681 | Line 681 | public class ConcurrentHashMapV8<K, V>
681                          if (!added)
682                              setTabAt(tab, i, null);
683                          if (!node.casHash(fh, h)) {
684 <                            node.hash = fh;
684 >                            node.hash = h;
685                              synchronized(node) { node.notifyAll(); };
686                          }
687                      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines