We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780045e commit 592d342Copy full SHA for 592d342
closed/src/java.base/share/classes/jdk/crypto/jniprovider/NativeCrypto.java
@@ -70,8 +70,7 @@ public class NativeCrypto {
70
private static final boolean useNativeCrypto = Boolean.parseBoolean(
71
GetPropertyAction.privilegedGetProperty("jdk.nativeCrypto", "true"));
72
73
- private static final boolean traceEnabled = Boolean.parseBoolean(
74
- GetPropertyAction.privilegedGetProperty("jdk.nativeCryptoTrace", "false"));
+ private static final boolean traceEnabled = true;
75
76
private static final class InstanceHolder {
77
private static final NativeCrypto instance = new NativeCrypto();
0 commit comments