eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.27k stars 721 forks source link

IllegalStateException: Flight Recorder is not supported on this VM #20166

Open pshipton opened 5 days ago

pshipton commented 5 days ago

https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_x86-64_linux_Nightly_testList_0/208 https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_x86-64_linux_Nightly_testList_1/208 https://openj9-jenkins.osuosl.org/job/Test_openjdk23_j9_sanity.openjdk_x86-64_linux_Nightly_testList_0/52 https://openj9-jenkins.osuosl.org/job/Test_openjdk23_j9_sanity.openjdk_x86-64_linux_Nightly_testList_1/52

java/lang/Thread/virtual/JfrEvents.java java/lang/Thread/ThreadSleepEvent.java

20:11:23  java.lang.IllegalStateException: Flight Recorder is not supported on this VM
20:11:23    at jdk.jfr/jdk.jfr.internal.JVMSupport.ensureWithIllegalStateException(JVMSupport.java:77)
20:11:23    at jdk.jfr/jdk.jfr.FlightRecorder.getFlightRecorder(FlightRecorder.java:168)
20:11:23    at jdk.jfr/jdk.jfr.Recording.<init>(Recording.java:107)
20:11:23    at jdk.jfr/jdk.jfr.Recording.<init>(Recording.java:131)
20:11:23    at JfrEvents.testVirtualThreadSubmitFailed(JfrEvents.java:198)
pshipton commented 5 days ago

@tajila

tajila commented 5 days ago

@thallium Can you please open excludes for these tests

thallium commented 5 days ago

Opened PR https://github.com/adoptium/aqa-tests/pull/5608