RFR: 8365307: AIX make fails after JDK-8364611

Christoph Langer clanger at openjdk.org
Tue Aug 12 12:00:15 UTC 2025


On Tue, 12 Aug 2025 08:18:30 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> After recent change [JDK-8364611](https://bugs.openjdk.org/browse/JDK-8364611), the build fails on AIX with :
> 
> 
> /priv/jenkins/client-home/workspace/openjdk-jdk-aix_ppc64-opt/jdk/test/jdk/java/lang/ProcessBuilder/childSignalDisposition/exePrintSignalDisposition.c:75:41: error: format specifies type 'unsigned int' but the argument has type 'sigset_t' (aka 'struct sigset_t') [-Werror,-Wformat]
>    75 | printf("%X %X\n", act.sa_flags, act.sa_mask);
>       | ~~ ^~~~~~~~~~~
> 
> 
> The printing of the mask is optional and not needed for a working test, so we can avoid it on AIX .

Thanks for fixing the build. Can't act.sa_mask be printed somehow on AIX, though?

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

Marked as reviewed by clanger (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/26739#pullrequestreview-3110135687


More information about the core-libs-dev mailing list