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.105 by dl, Wed Apr 20 15:36:08 2011 UTC vs.
Revision 1.106 by jsr166, Fri Apr 22 01:22:02 2011 UTC

# Line 446 | Line 446 | public class ConcurrentHashMap<K, V> ext
446          /**
447           * Scans for a node containing given key while trying to
448           * acquire lock, creating and returning one if not found. Upon
449 <         * return, guarantees that lock is held. UNlike in most
449 >         * return, guarantees that lock is held. Unlike in most
450           * methods, calls to method equals are not screened: Since
451           * traversal speed doesn't matter, we might as well help warm
452           * up the associated code and accesses as well.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines