[jdk17u-dev] Withdrawn: 8305056: Avoid unaligned access in emit_intX methods if it's unsupported
duke
duke at openjdk.org
Thu Sep 28 21:36:33 UTC 2023
On Thu, 3 Aug 2023 20:17:17 GMT, Vladimir Kempik <vkempik at openjdk.org> wrote:
> Please review this backport to jdk17u-dev, it doesn't apply clean due to different codestyle of emit_int32 in jdk17u-dev (linebreaks)
>
> this is important for risc-v port as there support for misaligned memory access is implementation specific option.
> This commit changes logic from "always misaligned stores on all architectures" to "compiler (gcc/clang) knows better for every architecture"
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/1638
More information about the jdk-updates-dev
mailing list