Integrated: 8347729: Replace SIZE_FORMAT in parallel and serial gc
Coleen Phillimore
coleenp at openjdk.org
Wed Jan 15 12:28:39 UTC 2025
On Tue, 14 Jan 2025 18:15:37 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.
This pull request has now been integrated.
Changeset: b0e2be6f
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b0e2be6f6b668ec4e3cfa525c660193dfbff77bf
Stats: 122 lines in 17 files changed: 0 ins; 1 del; 121 mod
8347729: Replace SIZE_FORMAT in parallel and serial gc
Reviewed-by: dholmes, tschatzl
-------------
PR: https://git.openjdk.org/jdk/pull/23113
More information about the hotspot-gc-dev
mailing list