On Wed, 22 Sep 2021 10:36:37 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review for this change which proposes to fix the issue > noted in https://bugs.openjdk.java.net/browse/JDK-8273894? > > Given the nature of the code in `ReferralsCache`, I haven't been able to add > a new jtreg test case to reproduce the issue and verify this fix. Just to be > sure that this change indeed fixes a reproducible issue, I replicated that > code in a pretty trivial Java application and then verified a similar fix. > > Existing tests in `test/jdk/sun/security/krb5/auto/` continue to pass after > this change. This pull request has now been integrated. Changeset: 2166ed13 Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/2166ed136917bb68f8155a25e4f4a6c5c7115566 Stats: 5 lines in 1 file changed: 2 ins; 0 del; 3 mod 8273894: ConcurrentModificationException raised every time ReferralsCache drops referral Reviewed-by: shade ------------- PR: https://git.openjdk.java.net/jdk/pull/5632