| JDK 11 | JDK 17 | JDK 21 | JDK 25 | JDK 26 |
|---|---|---|---|---|
| 11.0.30-oracleFixed | 17.0.18-oracleFixed | 21.0.10-oracleFixed | 25.0.2Fixed | 26 b04Fixed |
|
Blocks :
|
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.
|