-
-
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
java/nio/MappedByteBuffer/Truncate.java.Truncate got VM crashes with hotspot jdk8 (Zero Interpreter) #1052
Comments
This isn't an s390x specific issue. It's Zero VM related. I can reproduce on x86_64, Zero. The issue is that Zero doesn't support unsafe accesses as they are platform specific. The idea about Zero is to make it as little platform specific as possible. The code which catches this reads:
The method on TOS is |
Just as an extra note, this also occurs on arm32 with a similar outcome . This was on a non JIT build so it likely follows the same pattern @jerboaa mentioned above
|
@smlambert should we tag as won't fix or report upstream? As @jerboaa mentioned |
Is it is at least reported upstream (even if no one will take on a fix)? Since it is unlikely that anyone wants to implement this upstream, we can permanently exclude this testcase. Exclude it with a reference to the upstream issue if it exists, otherwise use the "permanent excludes" issue in this repo (to which we should add a comment. |
I'll look at opening something in JBS upstream and updating this issue and the exclusion appropriately. |
JBS opened: https://bugs.openjdk.org/browse/JDK-8345842 |
java/nio/MappedByteBuffer/Truncate.java consistently got VM crashed with s390x hotspot jdk8.
https://ci.adoptopenjdk.net/view/Test_openjdk/job/openjdk8_hs_openjdktest_s390x_linux/18/consoleFull
The text was updated successfully, but these errors were encountered: