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 d736104 commit e476a61Copy full SHA for e476a61
dd-java-agent/instrumentation/java-concurrent/src/test/groovy/QueueTimingForkedTest.groovy
@@ -39,7 +39,7 @@ class QueueTimingForkedTest extends AgentTestRunner {
39
})
40
41
then:
42
- // Starting from Java 24, ForkJoinPool will wrap runnable with the {@code java.util.concurrent.ForkJoinTask$AdaptedInterruptibleRunnable} class
+ // Starting from Java 24, ForkJoinPool will wrap a Runnable with the {@code java.util.concurrent.ForkJoinTask$AdaptedInterruptibleRunnable} class
43
String expectedTaskClassName = Platform.isJavaVersionAtLeast(24) ? 'AdaptedInterruptibleRunnable' : 'TestRunnable'
44
45
// flaky before JDK21
0 commit comments