Integrated: 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 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.

This pull request has now been integrated.

Changeset: 8ff2c263
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8ff2c2639e6843333cf220d4427799e21d366764
Stats:     16 lines in 4 files changed: 16 ins; 0 del; 0 mod

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

Reviewed-by: never

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

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


More information about the hotspot-compiler-dev mailing list