Withdrawn: 8329251: Print custom truststore/ keystore name

duke duke at openjdk.org
Fri Jan 31 14:57:01 UTC 2025


On Thu, 1 Aug 2024 04:11:24 GMT, Prasadrao Koppula <pkoppula at openjdk.org> wrote:

> This patch aims to enhance observability by logging the keystore's name at the TrustManagerFactory and KeyStore level across all keystore types and the default SSL implementation. It ensures that whenever an API user supplies a custom keystore with a file path, the file name is logged.
> 
> Using SharedSecrets, I attempted to expose FileInputStream::path information. After implementing the fix, I validated the startup performance tests. Observed no consistent pattern of performance drops or gains, can disregard the occasional performance drop observed in 1 or 2 runs.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/20414


More information about the core-libs-dev mailing list