[jdk11u-dev] Integrated: 8232853: AuthenticationFilter.Cache::remove may throw ConcurrentModificationException
Andrey Turbanov
aturbanov at openjdk.org
Fri Mar 17 18:21:11 UTC 2023
On Tue, 14 Mar 2023 09:04:29 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
> Hi all,
> This pull request contains a backport of commit [d948bfd5](https://github.com/openjdk/jdk/commit/d948bfd58406cb9b73c6fc4c50728647a5cdf6b5) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> Original patch have changed a bit in the test code only, due to different package of `SimpleSSLContext`.
> Testing: Linux x86_64, `tier1`, `jdk/java/net/httpclient`
This pull request has now been integrated.
Changeset: 1ab86935
Author: Andrey Turbanov <aturbanov at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/1ab869358a9747291465130ca8a476a2f7893d40
Stats: 309 lines in 2 files changed: 306 ins; 0 del; 3 mod
8232853: AuthenticationFilter.Cache::remove may throw ConcurrentModificationException
Change implementation to use iterator instead of plain LinkedList
Reviewed-by: phh
Backport-of: d948bfd58406cb9b73c6fc4c50728647a5cdf6b5
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1803
More information about the jdk-updates-dev
mailing list