Skip to content

Commit d2d86ae

Browse files
committed
Remove unnecessary assumption
1 parent 40186c0 commit d2d86ae

File tree

1 file changed

+1
-1
lines changed
  • dd-java-agent/agent-profiling/profiling-controller-jfr/implementation/src/test/java/com/datadog/profiling/controller/jfr

1 file changed

+1
-1
lines changed

dd-java-agent/agent-profiling/profiling-controller-jfr/implementation/src/test/java/com/datadog/profiling/controller/jfr/JFRAccessTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ void testJava8JFRAccess() {
2727
void testJPMSJFRAccess() throws Exception {
2828
// For Java 9 and above, the JFR access requires instrumentation in order to patch the module
2929
// access
30-
assumeTrue(isJavaVersionAtLeast(9) && !isJ9() && !isOracleJDK8());
30+
assumeTrue(isJavaVersionAtLeast(9) && !isJ9());
3131

3232
// just do a sanity check that it is possible to instantiate the class and call
3333
// 'setStackDepth()'

0 commit comments

Comments
 (0)