RFR: 8366159: SkippedException is treated as a pass for pkcs11/KeyStore, pkcs11/SecretKeyFactory and pkcs11/SecureRandom

Mikhail Yankelevich myankelevich at openjdk.org
Tue Aug 26 17:27:34 UTC 2025


On Tue, 26 Aug 2025 14:47:56 GMT, Francesco Andreuzzi <duke at openjdk.org> wrote:

>> I might be misunderstanding your point, but I think in this case a full exception stack trace would be more helpful. It covers everything this way.
>
> The usual way to print exceptions includes the cause too. So if you create `SkippedException` as `new SkippedException("Skip test", e)` you should see `e` too in the error.

Done both in the same commit

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26942#discussion_r2301656950


More information about the security-dev mailing list