-
Bug
-
Resolution: Fixed
-
P2
-
25, 26
-
b11
-
ppc
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8366055 | 25.0.2 | Thomas Stuefe | P2 | Resolved | Fixed | master |
After recent change 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);
| ~~ ^~~~~~~~~~~
/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);
| ~~ ^~~~~~~~~~~
- backported by
-
JDK-8366055 AIX make fails after JDK-8364611
-
- Resolved
-
- relates to
-
JDK-8365296 Build failure with Clang due to -Wformat warning after JDK-8364611
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/a61a8523
-
Commit(master) openjdk/jdk/391ea151
-
Review(master) openjdk/jdk25u/102
-
Review(master) openjdk/jdk/26739
(1 links to)