You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jdk24 OpenJDK java/foreign/passheapsegment/TestPassHeapSegment testNoHeapCaptureCallState should have thrown an exception of type class java.lang.IllegalArgumentException
#21019
20:46:31 test TestPassHeapSegment.testNoHeapCaptureCallState(): failure
20:46:31 org.testng.TestException:
20:46:31 Method TestPassHeapSegment.testNoHeapCaptureCallState()[pri:0, instance:TestPassHeapSegment@634536a4] should have thrown an exception of type class java.lang.IllegalArgumentException
The text was updated successfully, but these errors were encountered:
@theresa-m Can you also please take a look at this issue?
This might be related to #21018 (comment). The same extension repo commit also modifies TestPassHeapSegment testNoHeapCaptureCallState: 8336768: Allow captureCallState and critical linker options to be combined. There might be API changes that we need to reflect in our implementation. To begin the investigation, we should run the test with RI's latest JDK24 early-access build to see if it passes the test.
https://openj9-jenkins.osuosl.org/job/Test_openjdk24_j9_sanity.openjdk_aarch64_mac_Nightly_testList_1/3
java/foreign/passheapsegment/TestPassHeapSegment.java
The text was updated successfully, but these errors were encountered: