RFR: 8347732: Replace SIZE_FORMAT in shenandoah [v3]
Y. Srinivas Ramakrishna
ysr at openjdk.org
Thu Jan 16 00:45:47 UTC 2025
On Wed, 15 Jan 2025 21:32:35 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> The strings are nicer with "pre string %zu all the rest of the things", rather than "pre string " SIZE_FORMAT " all the rest of the things". i.e. nicer to not have these macros that aren't necessary.
>
> Don't you think they look nicer?
Yes, having to do the quote alternation is a pain, and %zu is indeed terser than SIZE_FORMAT, all right :-)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23134#issuecomment-2594221414
More information about the hotspot-gc-dev
mailing list