ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.163 by dl, Thu Jan 17 14:13:00 2013 UTC vs.
Revision 1.164 by dl, Thu Jan 17 14:21:02 2013 UTC

# Line 1692 | Line 1692 | public class ConcurrentHashMap<K, V>
1692                              }
1693                          }
1694                          if (len != 0) {
1695 <                            if (len > 1)
1695 >                            if (len > 1) {
1696                                  addCount(delta, len);
1697 +                                delta = 0L;
1698 +                            }
1699                              break;
1700                          }
1701                      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines