On Fri, 29 Dec 2023 06:49:26 GMT, John Jiang <jji...@openjdk.org> wrote:
> test/micro/org/openjdk/bench/java/security/SSLHandshake.java is using > keystore type `JKS` and TrustManagerFactory/KeyManagerFactory algorithm > `SunX509`. > It may be better to use `PKCS12` and `PKIX` respectively. Could you change to getDefaultAlgorithm / getDefaultType instead? ------------- PR Comment: https://git.openjdk.org/jdk/pull/17202#issuecomment-1872286018