ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jdk8/java/util/concurrent/ConcurrentHashMap.java
(Generate patch)

Comparing jsr166/src/jdk8/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.4 by jsr166, Wed Mar 8 22:13:42 2017 UTC vs.
Revision 1.5 by jsr166, Tue Oct 9 01:42:02 2018 UTC

# Line 2520 | Line 2520 | public class ConcurrentHashMap<K,V> exte
2520                              setTabAt(tab, i, fwd);
2521                              advance = true;
2522                          }
2523 +                        else if (f instanceof ReservationNode)
2524 +                            throw new IllegalStateException("Recursive update");
2525                      }
2526                  }
2527              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines