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

Comparing jsr166/src/main/java/util/Vector.java (file contents):
Revision 1.53 by jsr166, Mon Oct 1 00:10:53 2018 UTC vs.
Revision 1.54 by jsr166, Thu May 2 14:31:30 2019 UTC

# Line 1411 | Line 1411 | public class Vector<E>
1411              es[i] = operator.apply(elementAt(es, i));
1412          if (modCount != expectedModCount)
1413              throw new ConcurrentModificationException();
1414 +        // TODO(8203662): remove increment of modCount from ...
1415 +        modCount++;
1416          // checkInvariants();
1417      }
1418  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines