JDK-8186090 : java.nio.Bits.unaligned() doesn't handle aarch64
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: openjdk7u,8u151
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: aarch64
  • Submitted: 2017-08-10
  • Updated: 2021-02-02
  • Resolved: 2021-02-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
openjdk8u292 b01Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
As with JDK-8165231 for ppc64[be,le], the aarch64 port in aarch64/jdk8u supports unaligned memory access, but the tests in sun/security/provider/ByteArrayAccess.java and src/share/classes/java/nio/Bits.java don't include it. We should add it.

This is inapplicable for 9 as it has the superior fix, JDK-8026049.

http://mail.openjdk.java.net/pipermail/aarch64-port-dev/2017-May/004518.html
Comments
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/56a21314ba4b User: andrew Date: 2021-02-02 05:23:57 +0000
02-02-2021

URL: https://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/56a21314ba4b User: andrew Date: 2021-02-01 20:00:16 +0000
01-02-2021

http://hg.openjdk.java.net/aarch64-port/jdk8u/jdk/rev/64e09337b9b7
11-08-2017