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.229 by jsr166, Tue Jun 18 19:31:13 2013 UTC vs.
Revision 1.230 by jsr166, Wed Jun 19 17:11:57 2013 UTC

# Line 2815 | Line 2815 | public class ConcurrentHashMap<K,V> impl
2815           * that are accessible independently of lock. So instead we
2816           * swap the tree linkages.
2817           *
2818 <         * @return true if now too small so should be untreeified.
2818 >         * @return true if now too small, so should be untreeified
2819           */
2820          final boolean removeTreeNode(TreeNode<K,V> p) {
2821              TreeNode<K,V> next = (TreeNode<K,V>)p.next;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines