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.56 by jsr166, Mon Aug 13 18:49:36 2012 UTC vs.
Revision 1.57 by dl, Mon Aug 13 19:52:33 2012 UTC

# Line 2327 | Line 2327 | public class ConcurrentHashMapV8<K, V>
2327          }
2328  
2329          public final void remove() {
2330 <            if (nextVal == null)
2330 >            if (nextVal == null && last == null)
2331                  advance();
2332              Node e = last;
2333              if (e == null)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines