Skip to content
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

TestVectorizationMismatchedAccess fails on Big Endian platforms (s390x Linux, aix / JDK23) #5706

Open
smlambert opened this issue Oct 18, 2024 · 5 comments
Assignees

Comments

@smlambert
Copy link
Contributor

Seen in #5693 (comment)

TestVectorizationMismatchedAccess fails and needs exclusion under https://bugs.openjdk.org/browse/JDK-8342489

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
@sophia-guo
Copy link
Contributor

A pr is created openjdk/jdk#21736 so we might not need to do the exclusion. Just to confirm that the PR will be backported to jdk23

@sophia-guo
Copy link
Contributor

Will double check before next release.

@sophia-guo sophia-guo self-assigned this Oct 28, 2024
@sophia-guo
Copy link
Contributor

@jiekang could you please update https://bugs.openjdk.org/browse/JDK-8342489 Affects Version/s with 23 too?

@jiekang
Copy link
Contributor

jiekang commented Oct 28, 2024

@jiekang could you please update https://bugs.openjdk.org/browse/JDK-8342489 Affects Version/s with 23 too?

Done

@offamitkumar
Copy link

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

4 participants