-
Bug
-
Resolution: Fixed
-
P3
-
19, 21, 23, 24
-
b25
Test jdk/jfr/jvm/TestVirtualThreadExclusion.java fails with VM option -Xcomp both on linux-x64 and linux-aarch64, the test log snippet:
Event:jdk.VirtualThreadEnd {
startTime = 00:52:34.766 (2024-11-14)
javaThreadId = 41
}
STDERR:
java.lang.NullPointerException: Cannot invoke "jdk.jfr.consumer.RecordedThread.getJavaThreadId()" because the return value of "jdk.jfr.consumer.RecordedEvent.getThread()" is null
at jdk.jfr.jvm.TestVirtualThreadExclusion.verifyThreadExclusion(TestVirtualThreadExclusion.java:75)
at jdk.jfr.jvm.TestVirtualThreadExclusion.main(TestVirtualThreadExclusion.java:69)
Event:jdk.VirtualThreadEnd {
startTime = 00:52:34.766 (2024-11-14)
javaThreadId = 41
}
STDERR:
java.lang.NullPointerException: Cannot invoke "jdk.jfr.consumer.RecordedThread.getJavaThreadId()" because the return value of "jdk.jfr.consumer.RecordedEvent.getThread()" is null
at jdk.jfr.jvm.TestVirtualThreadExclusion.verifyThreadExclusion(TestVirtualThreadExclusion.java:75)
at jdk.jfr.jvm.TestVirtualThreadExclusion.main(TestVirtualThreadExclusion.java:69)
- relates to
-
JDK-8338383 Implement JEP 491: Synchronize Virtual Threads without Pinning
-
- Resolved
-
-
JDK-8284161 Implementation of Virtual Threads (Preview)
-
- Resolved
-
-
JDK-8318098 Update jfr tests to replace keyword jfr with vm.flagless
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/9d60300f
-
Review(master) openjdk/jdk/22195
There are no Sub-Tasks for this issue.