-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8368294 | 21.0.10-oracle | Jayashree Kumar | P4 | Resolved | Fixed | master |
JDK-8368297 | 17.0.18-oracle | Jayashree Kumar | P4 | Resolved | Fixed | master |
JDK-8368295 | 11.0.30-oracle | Jayashree Kumar | P4 | Resolved | Fixed | master |
In the TestArguments.atojulong gtest there is a use of jio_snprintf to print ULLONG_MAX. The format directive used is JULONG_FORMAT, which on some platforms is "%lu". That works on such platforms, but will trigger a gcc printf warning if enabled.
- backported by
-
JDK-8368294 TestArguments.atojulong gtest has incorrect format string
-
- Resolved
-
-
JDK-8368295 TestArguments.atojulong gtest has incorrect format string
-
- Resolved
-
-
JDK-8368297 TestArguments.atojulong gtest has incorrect format string
-
- Resolved
-
- blocks
-
JDK-8198918 jio_snprintf and friends are not checked by -Wformat
-
- Open
-
- links to
-
Commit(master) openjdk/jdk/878497fb
-
Review(master) openjdk/jdk25u/228
-
Review(master) openjdk/jdk/25927
(2 links to)