-
Bug
-
Resolution: Fixed
-
P4
-
openjdk7u, 8u151
-
b01
-
aarch64
-
generic
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
This is inapplicable for 9 as it has the superior fix,
http://mail.openjdk.java.net/pipermail/aarch64-port-dev/2017-May/004518.html
- relates to
-
JDK-8257192 Integrate AArch64 JIT port into 8u
- Resolved
-
JDK-8165231 java.nio.Bits.unaligned() doesn't return true on ppc
- Resolved
-
JDK-8026049 (bf) Intrinsify ByteBuffer.put{Int,Double,Float,...} methods
- Resolved