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
TestVectorizationMismatchedAccess fails with:
java.lang.RuntimeException: fix test that was written for a little endian platform
at compiler.c2.irTests.TestVectorizationMismatchedAccess.main(TestVectorizationMismatchedAccess.java:54)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1575)
JavaTest Message: Test threw exception: java.lang.RuntimeException: fix test that was written for a little endian platform
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: fix test that was written for a little endian platform
The text was updated successfully, but these errors were encountered:
Just to confirm that the PR will be backported to jdk23
I'll backport it to jdk23 once I get approval for PR on head stream. Also for s390x-specific issues, feel free to tag/mail me :-)
sophia-guo
changed the title
TestVectorizationMismatchedAccess fails on Big Endian platforms (s390x Linux / JDK23)
TestVectorizationMismatchedAccess fails on Big Endian platforms (s390x Linux, aix / JDK23)
Oct 29, 2024
Seen in #5693 (comment)
TestVectorizationMismatchedAccess fails and needs exclusion under https://bugs.openjdk.org/browse/JDK-8342489
The text was updated successfully, but these errors were encountered: