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

Tom Rodriguez never at openjdk.org
Mon Sep 19 16:20:51 UTC 2022


On Fri, 16 Sep 2022 12:36:40 GMT, Doug Simon <dnsimon 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).

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

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


More information about the hotspot-compiler-dev mailing list