-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jdk19 openjdk java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 UnsatisfiedLinkError: jdk/internal/foreign/abi/UpcallLinker.registerNatives()V #15466
Comments
@ChengJin01 fyi |
These failures are in the jdk-19+28 acceptance build. |
The failing tests above attempted to invoke
Meanwhile, all previous downcall specific implementation at the java level was entirely removed due to the new API changes in JEP424 and will be replaced with the new code at ibmruntimes/openj9-openjdk-jdk19#5 (not yet merged). So the test need to be excluded till all related code in #15068 are merged to repo. |
There was a failure after the exclude was merged, it must not be excluded correctly. |
It seems the actual test cases are placed at |
@ChengJin01 has this been addressed? |
I just verified locally on zLinux which works good as expected:
So it should work fine given the upcall thunk was implemented on all supported platforms. I will need to create a PR at https://github.com/adoptium/aqa-tests to enable this test. |
adoptium/aqa-tests#4068 has been created to enable the test. |
Close this issue as adoptium/aqa-tests#4068 has been merged. |
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.openjdk_aarch64_linux_OpenJDK19/4
jdk_lang_0 & jdk_lang_1
java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.openjdk_aarch64_mac_OpenJDK19/3
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.openjdk_x86-64_linux_OpenJDK19/4/
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.openjdk_x86-64_mac_OpenJDK19/4
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.openjdk_ppc64le_linux_OpenJDK19/4
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.openjdk_s390x_linux_OpenJDK19/4
The text was updated successfully, but these errors were encountered: