On Thu, 9 Feb 2023 21:26:50 GMT, Kevin Driver <kdri...@openjdk.org> wrote:

> Updated this `template` file to not fail silently on `canUseProvider` check 
> in debug mode to provide additional information to aid in debugging.
> 
> See: https://bugs.openjdk.org/browse/JDK-8178806

src/java.base/share/classes/javax/crypto/JceSecurity.java.template line 240:

> 238:         Exception e = getVerificationResult(p);
> 239:         if (debug != null) {
> 240:             if(e != null) {

line 239 and 240 can be combined into one line?

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

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

Reply via email to