remove increment of modCount from ArrayList and Vector replaceAll()

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 11
    • Component/s: core-libs
    • None

      The replaceAll() methods of ArrayList and Vector increment modCount, causing ConcurrentModificationException to be thrown if the method is called during an iteration.

      See the discussion starting a few messages down this thread:

      http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-May/053038.html

      See also JDK-8202685 and JDK-8203663.

            Assignee:
            Martin Buchholz
            Reporter:
            Stuart Marks
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: