[lilliput-jdk17u:lilliput] Integrated: 8308647: [Lilliput/JDK17] Fix cross-builds

Roman Kennke rkennke at openjdk.org
Wed May 24 18:42:32 UTC 2023


On Tue, 23 May 2023 11:53:27 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> Some arches still require arrayOopDesc::header_size(BasicType) that we removed because it returns word-sized header-size, in favour of similar methods that return byte-sized header-size. Let's re-instate this old method to make cross-builds happy.
> 
> It also reduces the upstream diff. Let's see what the GHA of cross-builds say.
> Update: GHA shows that the change fixes what it is supposed to fix. There's more stuff though, but that's handled in other PRs.
> 
> Testing:
>  - [x] GHA
>  - [x] build

This pull request has now been integrated.

Changeset: 3a70c682
Author:    Roman Kennke <rkennke at openjdk.org>
URL:       https://git.openjdk.org/lilliput-jdk17u/commit/3a70c682ba99839e4cf0e681f54361646e05c567
Stats:     12 lines in 1 file changed: 12 ins; 0 del; 0 mod

8308647: [Lilliput/JDK17] Fix cross-builds

Reviewed-by: shade

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

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


More information about the lilliput-dev mailing list