On Wed, 24 Mar 2021 22:24:45 GMT, Greg Rubin <github.com+829871+salusasecon...@openjdk.org> wrote:
>> test/jdk/sun/security/pkcs11/rsa/TestP11KeyFactoryGetRSAKeySpec.java line 91: >> >>> 89: if (testingSensitiveKeys) { >>> 90: // Expected exception so swallow it >>> 91: ex.printStackTrace(); >> >> Add a System.out.println() to clarify that this exception stack trace is >> expected? > > Putting it in `System.err.println()` so that it goes to the same output as > the stack trace. Sure, you know what I mean. ------------- PR: https://git.openjdk.java.net/jdk/pull/2949