RFR: 8306289: 32-bit build failures after JDK-8303422

Kim Barrett kbarrett at openjdk.org
Tue Apr 18 19:41:54 UTC 2023


On Tue, 18 Apr 2023 12:45:20 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Trivial fix to use `SIZE_FORMAT` where needed.
> 
> Testing:
>  - [x] 32-bit builds in GHA

Late to the party, since this got reviewed and pushed so quickly.  This could have used the newer "%zu" directly in
the format strings rather than the ugly `SIZE_FORMAT`.  https://bugs.openjdk.org/browse/JDK-8256379

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

PR Comment: https://git.openjdk.org/jdk/pull/13511#issuecomment-1513698416


More information about the hotspot-runtime-dev mailing list