RFR: 8323670: A few client tests intermittently throw ConcurrentModificationException

Sergey Bylokhov serb at openjdk.org
Fri Jan 19 00:15:27 UTC 2024


On Wed, 17 Jan 2024 12:55:52 GMT, Tejesh R <tr at openjdk.org> wrote:

> Suggested fix [JDK-8307091](https://bugs.openjdk.org/browse/JDK-8307091) also created concurrent exception intermittently (monthly once/quarterly once) on CI system. The issue was not able to be reproduced yet, hence proposing an alternative fix which uses iterators to compare the List.
> CI testing shows green.

What is the code path which modifies the vector when we iterate it?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/17462#issuecomment-1899421133


More information about the client-libs-dev mailing list