RFR: 8293942: [JVMCI] data section entries must be 4-byte aligned on AArch64

Doug Simon dnsimon at openjdk.org
Mon Sep 19 16:34:11 UTC 2022


On Mon, 19 Sep 2022 16:18:31 GMT, Tom Rodriguez <never at openjdk.org> wrote:

>> As a result of [JDK-8283626](https://bugs.openjdk.org/browse/JDK-8283626), each entry in a data section in a CodeBuffer on AArch64 needs to be 4-byte aligned. This PR exposes this alignment requirement via JVMCI so that Graal can adhere to it.
>
> Marked as reviewed by never (Reviewer).

Thanks for the review @tkrodriguez .

-------------

PR: https://git.openjdk.org/jdk/pull/10308


More information about the hotspot-compiler-dev mailing list