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 .

This pull request has now been integrated.

Changeset: 391ea151
Author:    Matthias Baesken <mbaes...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/391ea151184c5621f263742605416c3ccd2c3d73
Stats:     4 lines in 1 file changed: 4 ins; 0 del; 0 mod

8365307: AIX make fails after JDK-8364611

Reviewed-by: clanger, asteiner

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

PR: https://git.openjdk.org/jdk/pull/26739

Reply via email to