RFR: 8374768: S390X builds are failing after JDK-8372754
Aleksey Shipilev
shade at openjdk.org
Thu Jan 8 08:31:50 UTC 2026
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
-------------
Commit messages:
- Fix
Changes: https://git.openjdk.org/jdk/pull/29109/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=29109&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8374768
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/29109.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/29109/head:pull/29109
PR: https://git.openjdk.org/jdk/pull/29109
More information about the hotspot-runtime-dev
mailing list