-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Test failures on Apple silicon (aarch64) #1323
Comments
To my knowledge aarch64 has not yet hit mainline, so this is not an official java image. I remember, that there were crashes reported, but attributed to the JVM. To be frank: This needs someone with knowledge in C, libffi and access to apple silicon (which won't be me). |
I have tested this with
which gives the following 2 errors in test results
with both stack traces pointing to
It seems #1378 does not make any difference here. |
I suppose with 17+35 we can no longer blame the JDK. I am happy to provide any resources required like access to a M1 for anyone who wants to tackle this. |
I can confirm the referenced test cases above are now ✅ with this changeset running on
The only remaining test failure is |
In #1423. |
Running the tests on M1 currently leads to JVM crashes for some tests. Find attached two sample reports.
hs_err_pid14955.log
hs_err_pid14919.log
Provide complete information about the problem
openjdk version "16" 2021-03-16
OpenJDK Runtime Environment (build 16+14)
OpenJDK 64-Bit Server VM (build 16+14, mixed mode)
The text was updated successfully, but these errors were encountered: