On Tue, 13 Jan 2026 04:14:22 GMT, Koushik Muthukrishnan Thirupattur <[email protected]> wrote:
> Refactor sun.security.provider.X509Factory cache access to avoid > coarse-grained locking and reduce contention during certificate/CRL interning > and parsing. > > As per request in [the > PR](https://github.com/openjdk/jdk/pull/22616#issuecomment-2524971845), > re-visit "the initialisation and locking in this area, e.g. addToCache is a > static synchronized method so very coarse locking." This pull request has now been integrated. Changeset: 7e0a1499 Author: Koushik Thirupattur <[email protected]> Committer: Weijun Wang <[email protected]> URL: https://git.openjdk.org/jdk/commit/7e0a1499ee5743cb8b36ad0150fa3a538b368e27 Stats: 54 lines in 1 file changed: 20 ins; 5 del; 29 mod 8345954: Revisit Class Initializers and Locking in X509TrustManagerImpl Reviewed-by: weijun ------------- PR: https://git.openjdk.org/jdk/pull/29181
