Integrated: 8374768: S390X builds are failing after JDK-8372754
Aleksey Shipilev
shade at openjdk.org
Thu Jan 8 09:35:50 UTC 2026
On Thu, 8 Jan 2026 08:22:57 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> JDK-8372754 introduced a new include in os_linux_s390.cpp, but included a wrong file. So it readily fails in GHA and local builds:
>
>
> /home/runner/work/jdk/jdk/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:33:10: fatal error: cppstdlib/cstdlib.h: No such file or directory
> 33 | #include "cppstdlib/cstdlib.h"
> | ^~~~~~~~~~~~~~~~~~~~~
>
>
> Additional testing:
> - [ ] GHA
This pull request has now been integrated.
Changeset: 067fd3cb
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/067fd3cb2fa6a4a0484a922df8efbde03325ad3d
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8374768: S390X builds are failing after JDK-8372754
Reviewed-by: stefank, mdoerr
-------------
PR: https://git.openjdk.org/jdk/pull/29109
More information about the hotspot-runtime-dev
mailing list