RFR: JDK-8295405 : Add cause in a couple of IllegalArgumentException and InvalidParameterException shown by sun/security/pkcs11 tests

Matthias Baesken mbaesken at openjdk.org
Mon Oct 17 10:49:34 UTC 2022


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.

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

Commit messages:
 - JDK-8295405

Changes: https://git.openjdk.org/jdk/pull/10726/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10726&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8295405
  Stats: 7 lines in 2 files changed: 2 ins; 0 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/10726.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10726/head:pull/10726

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



More information about the security-dev mailing list