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.50 by jsr166, Sat Jul 7 13:01:53 2012 UTC vs.
Revision 1.51 by jsr166, Wed Jul 18 01:30:54 2012 UTC

# Line 648 | Line 648 | public class ConcurrentHashMapV8<K, V>
648       * TreeBins also maintain a separate locking discipline than
649       * regular bins. Because they are forwarded via special MOVED
650       * nodes at bin heads (which can never change once established),
651 <     * we cannot use use those nodes as locks. Instead, TreeBin
651 >     * we cannot use those nodes as locks. Instead, TreeBin
652       * extends AbstractQueuedSynchronizer to support a simple form of
653       * read-write lock. For update operations and table validation,
654       * the exclusive form of lock behaves in the same way as bin-head

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines