-
Enhancement
-
Resolution: Fixed
-
P4
-
20, 21
-
b20
-
generic
-
generic
emit_int16/32/64 use direct memory access in shared code, this may result in unaligned memory stores on platforms where unaligned memory access is disabled by default:
risc-v, arm32
lets use put_native in emit_intXX methods, this will affect next platforms as well:
ppc and x86
we will use properly aligned memory stores in put_native_XX methods only if it is required by global variables.
risc-v, arm32
lets use put_native in emit_intXX methods, this will affect next platforms as well:
ppc and x86
we will use properly aligned memory stores in put_native_XX methods only if it is required by global variables.
- relates to
-
JDK-8291550 RISC-V: jdk uses misaligned memory access when AvoidUnalignedAccess enabled
-
- Resolved
-