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 8c6ec67 commit 3dac0edCopy full SHA for 3dac0ed
dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/Agent.java
@@ -1364,8 +1364,9 @@ private static boolean isIBMSASLInstalled() {
1364
1365
private static boolean isACCPInstalled() {
1366
return ClassLoader.getSystemResource(
1367
- "com/amazon/corretto/crypto/provider/AmazonCorrettoCryptoProvider.class")
1368
- != null;
+ "com/amazon/corretto/crypto/provider/AmazonCorrettoCryptoProvider.class")
+ != null
1369
+ || ClassLoader.getSystemResource("com/apple/bundled/accp/AppleBundledACCP.class") != null;
1370
}
1371
1372
private static boolean isJFRSupported() {
0 commit comments