-
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
jdk22 OpenJDK jdk_vector_byte64_j9 passed but failed #18704
Comments
https://openjdk.org/jeps/460 is still an incubator so I won't add this to the jdk22 milestone. |
In the above test job, other vector tests, for example
|
I could reproduce the failure with aarch64 linux. It is not an amac specific problem.
I could also reproduce it with x86 linux.
|
I tried a simple program with the above aarch64 linux VM. Surprisingly, vectorization did not happen. It gets vectorized when JDK21 VM is used.
I attach the trace log below. @gita-omr can you please take a look? |
Issue eclipse-openj9/openj9#18704 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#18704 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Most likely signatures of some Vector API methods have changed. I will look at it today. |
This PR should fix the problem: #18965 |
#19192 is merged to 0.44. |
Created adoptium/aqa-tests#5160 to re-include the tests. |
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_sanity.openjdk_aarch64_mac_Personal_testList_2/1
jdk_vector_byte64_j9_0
Possibly related to #17185
The text was updated successfully, but these errors were encountered: