Integrated: 8282468: Loom: Fix build failures for PPC64, S390, ARM32 and Zero

Hao Sun haosun at openjdk.java.net
Mon Mar 7 12:59:24 UTC 2022


On Tue, 1 Mar 2022 03:55:52 GMT, Hao Sun <haosun at openjdk.org> wrote:

> Updates made in commits [1][2][3][4] are missing for PPC64, S390, ARM32
> and Zero, leading to build failures.
> 
> Even though we mainly focus on x64 and AArch64 platforms currently, I
> think it would be nice if the builds on other platforms are not broken.
> 
> Hence, we apply the similar updates from [1][2][3][4] to PPC64, S390,
> ARM32 and Zero in this patch.
> 
> Testing:
> 
> Linux PPC64 cross-compilation
> Linux S390 cross-compilation
> Linux ARM32 cross-compilation
> Linux AArch64 Zero (Hotspot) compilation
> Linux x86_64 tier1_loom passes
> Linux AArch64 tier1_loom passes
> 
> [1] https://github.com/openjdk/loom/commit/4f9b661
> [2] https://github.com/openjdk/loom/commit/74b27d0
> [3] https://github.com/openjdk/loom/commit/90fb1b9
> [4] https://github.com/openjdk/loom/commit/d77311e

This pull request has now been integrated.

Changeset: ba480847
Author:    Hao Sun <haosun at openjdk.org>
Committer: Alan Bateman <alanb at openjdk.org>
URL:       https://git.openjdk.java.net/loom/commit/ba480847b8679c534fc0d4039177d728e8352a25
Stats:     620 lines in 24 files changed: 223 ins; 226 del; 171 mod

8282468: Loom: Fix build failures for PPC64, S390, ARM32 and Zero

Reviewed-by: alanb, rpressler

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

PR: https://git.openjdk.java.net/loom/pull/92


More information about the loom-dev mailing list