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.35 by jsr166, Mon Jan 2 23:16:22 2012 UTC vs.
Revision 1.36 by jsr166, Mon Jan 2 23:46:33 2012 UTC

# Line 1291 | Line 1291 | public class ConcurrentHashMapV8<K, V>
1291       *
1292       * At each step, the iterator snapshots the key ("nextKey") and
1293       * value ("nextVal") of a valid node (i.e., one that, at point of
1294 <     * snapshot, has a nonnull user value). Because val fields can
1294 >     * snapshot, has a non-null user value). Because val fields can
1295       * change (including to null, indicating deletion), field nextVal
1296       * might not be accurate at point of use, but still maintains the
1297       * weak consistency property of holding a value that was once

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines