[lilliput-jdk17u:lilliput] Integrated: 8312171: [Lilliput/JDK17] Fix oop array element alignment

Roman Kennke rkennke at openjdk.org
Mon Jul 17 14:11:31 UTC 2023


On Mon, 17 Jul 2023 11:07:50 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> When running with -COOPS, oop array elements need to be 8-byte-aligned. We have this correct in runtime, but not in the SA. Notably, the problem manifests with ZGC.
> 
> This is a straight backport of https://github.com/openjdk/lilliput/pull/96.
> 
> The problem is already fixed in https://github.com/openjdk/jdk/pull/11044.

This pull request has now been integrated.

Changeset: 3d224e33
Author:    Roman Kennke <rkennke at openjdk.org>
URL:       https://git.openjdk.org/lilliput-jdk17u/commit/3d224e33db8495de7b32b537fd544eaa7eaf4c33
Stats:     21 lines in 2 files changed: 12 ins; 7 del; 2 mod

8312171: [Lilliput/JDK17] Fix oop array element alignment

Reviewed-by: shade

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

PR: https://git.openjdk.org/lilliput-jdk17u/pull/53


More information about the lilliput-dev mailing list