On Mon, 17 Oct 2022 10:42:18 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> We have a number of failing sun/security/pkcs11 test on RHEL 8.6, see > > https://bugs.openjdk.org/browse/JDK-8295343 > 8295343 : sun/security/pkcs11 tests fail on Linux RHEL 8.6 > > The exceptions generated by these tests sometimes miss the cause (causing > exception), it would be nice to have this added to get the complete exception > backtrace. This pull request has now been integrated. Changeset: d5d34241 Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d5d34241e21305379f1858556f225e7645cd294e Stats: 24 lines in 7 files changed: 8 ins; 0 del; 16 mod 8295405: Add cause in a couple of IllegalArgumentException and InvalidParameterException shown by sun/security/pkcs11 tests Reviewed-by: mdoerr, mullan ------------- PR: https://git.openjdk.org/jdk/pull/10726