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.10 by dl, Tue Aug 30 16:03:48 2011 UTC vs.
Revision 1.11 by jsr166, Tue Aug 30 18:31:25 2011 UTC

# Line 390 | Line 390 | public class ConcurrentHashMapV8<K, V>
390                          validated = true;
391                          for (Node first = e;;) {
392                              Object ek, ev;
393 <                            if (e.hash == h &&
393 >                            if (e.hash == h &&
394                                  (ek = e.key) != null &&
395                                  (ev = e.val) != null &&
396                                  (k == ek || k.equals(ek))) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines