Skip to content

Commit 592d342

Browse files
committed
REVERTME enable trace
1 parent 780045e commit 592d342

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

closed/src/java.base/share/classes/jdk/crypto/jniprovider/NativeCrypto.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ public class NativeCrypto {
7070
private static final boolean useNativeCrypto = Boolean.parseBoolean(
7171
GetPropertyAction.privilegedGetProperty("jdk.nativeCrypto", "true"));
7272

73-
private static final boolean traceEnabled = Boolean.parseBoolean(
74-
GetPropertyAction.privilegedGetProperty("jdk.nativeCryptoTrace", "false"));
73+
private static final boolean traceEnabled = true;
7574

7675
private static final class InstanceHolder {
7776
private static final NativeCrypto instance = new NativeCrypto();

0 commit comments

Comments
 (0)