-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b15
-
generic
-
generic
-
Not verified
While following up on
6529795: (coll) Iterator.remove() fails if next() threw NoSuchElementException
it was noticed that AbstractList.ListItr.add(E) has a similar very small blemish.
if enclosing add fails, then the iterator might be modified, possibly into an impossible
state.
6529795: (coll) Iterator.remove() fails if next() threw NoSuchElementException
it was noticed that AbstractList.ListItr.add(E) has a similar very small blemish.
if enclosing add fails, then the iterator might be modified, possibly into an impossible
state.
- relates to
-
JDK-6529795 (coll) Iterator.remove() fails if next() threw NoSuchElementException
-
- Closed
-