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.248 by jsr166, Sun Sep 1 05:04:18 2013 UTC vs.
Revision 1.249 by jsr166, Sun Sep 1 05:08:07 2013 UTC

# Line 3268 | Line 3268 | public class ConcurrentHashMap<K,V> exte
3268          }
3269  
3270          /**
3271 <         * Save traversal state upon encountering a forwarding node.
3271 >         * Saves traversal state upon encountering a forwarding node.
3272           */
3273          private void pushState(Node<K,V>[] t, int i, int n) {
3274              TableStack<K,V> s = spare;  // reuse if possible
# Line 3284 | Line 3284 | public class ConcurrentHashMap<K,V> exte
3284          }
3285  
3286          /**
3287 <         * Possibly pop traversal state
3287 >         * Possibly pops traversal state.
3288           *
3289           * @param n length of current table
3290           */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines