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.313 by jsr166, Mon Oct 1 00:10:53 2018 UTC vs.
Revision 1.314 by dl, Fri Oct 5 19:01:28 2018 UTC

# Line 2513 | Line 2513 | public class ConcurrentHashMap<K,V> exte
2513                              setTabAt(tab, i, fwd);
2514                              advance = true;
2515                          }
2516 +                        else if (f instanceof ReservationNode)
2517 +                            throw new IllegalStateException("Recursive update");
2518                      }
2519                  }
2520              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines