On Thu, 13 Nov 2025 07:54:57 GMT, Hai-May Chao <[email protected]> wrote:

>> This PR improves security warning when using JKS or JCEKS keystores.
>
> Hai-May Chao has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Removed bugid from Compatibility.java test

src/java.base/share/classes/com/sun/crypto/provider/JceKeyStore.java line 996:

> 994:                 + "keytool -importkeystore -srckeystore <keystore> "
> 995:                 + "-destkeystore <keystore> -deststoretype pkcs12");
> 996:     }

Currently the debug output has a long prefix containing timestamp etc. If the 
warning is separated on two lines, does it make sense to call `debug.println` 
twice so both lines have the prefix?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27624#discussion_r2539992152

Reply via email to