-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
TestUpcallAsync and TestAsyncStackWalk.java#default_gc test cases fail on AIX JDK22+ #5169
Comments
Also seen consistently in JDK23 runs of the jdk_foreign test target. |
I was able to reproduce the issue by using xlc 16.1. By switching over to openxlc 17.1.0 the tests are passing. |
Now passes on JDK22 with the build from the AIX box using the OpenXL17 compiler as implemented in adoptium/infrastructure#3606 (Although sanity.openjdk has had some green runs
100 iterations in Grinder just to be sure: https://ci.adoptium.net/job/Grinder/10573/console LGTM ✅ 👍🏻 - Closing. Thanks @suchismith1993! |
As described in #5156 (comment), 2 jdk_foreign test cases crash/fail when run on AIX for JDK22 and JDK23. Possibly introduced by this upstream commit.
Failing testcases:
java/foreign/TestUpcallAsync.java
java/foreign/stackwalk/TestAsyncStackWalk.java#default_gc
jdk_foreign 2 testcase failures (rerun in Grinder/9213) fails, Deep history shows these tests passing on test-osuosl-aix72-ppc64-6, so run them there in Grinder/9217 - same failures below, TestAsyncStackWalk crashes
TEST: java/foreign/TestUpcallAsync.java (crashes)
TEST: java/foreign/stackwalk/TestAsyncStackWalk.java#default_gc (crashes)
Deep history shows the 2 jdk_foreign test cases were last passing 10/16/2023 and first seen failing 11/06/2023 (ACTION: check what commits were introduced in between those dates).
This commit seems 'suspect' openjdk/jdk@3885dc5
The text was updated successfully, but these errors were encountered: