RFR: 8347729: Replace SIZE_FORMAT in parallel and serial gc

Stefan Karlsson stefank at openjdk.org
Tue Jan 14 21:11:34 UTC 2025


On Tue, 14 Jan 2025 18:16:05 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Please review this change to replace SIZE_FORMAT with %zu in the parallel and serial gc directories. The only hand edit that I did for this one was SIZE_FORMAT_W(7) because my sed script had problems with it.  The %zu is a lot less noisy but it does look funny as %zums.  I verified that this format specifier does print <the number>ms and doesn't get confused.
>> 
>> Tested all the GC changes together (other PRs coming) with tier1-4 on x86 and aarch64.
>
> (so I get the email)

@coleenp Your manual label addition prevents skara from adding the hotspot-gc label

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

PR Comment: https://git.openjdk.org/jdk/pull/23113#issuecomment-2591106831


More information about the hotspot-gc-dev mailing list