RFR: 8374768: S390X builds are failing after JDK-8372754

Aleksey Shipilev shade at openjdk.org
Thu Jan 8 09:21:40 UTC 2026


On Thu, 8 Jan 2026 08:43:53 GMT, Stefan Karlsson <stefank 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
>
> Marked as reviewed by stefank (Reviewer).

Thanks for review, @stefank! Trivial, right?

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

PR Comment: https://git.openjdk.org/jdk/pull/29109#issuecomment-3722945024


More information about the hotspot-runtime-dev mailing list