On Tue, 12 Aug 2025 08:18:30 GMT, Matthias Baesken <mbaes...@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 . LGTM ------------- Marked as reviewed by asteiner (Author). PR Review: https://git.openjdk.org/jdk/pull/26739#pullrequestreview-3110272208