Integrated: 8347732: Replace SIZE_FORMAT in shenandoah
Coleen Phillimore
coleenp at openjdk.org
Thu Jan 16 12:50:53 UTC 2025
On Wed, 15 Jan 2025 13:03:46 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Please review this change to replace SIZE_FORMAT with %zu in the shenandoah directories. The goal is for one of these changes to remove SIZE_FORMAT so this change is necessary. Most was done with a script, except the SIZE_FORMAT_W(10) in print_gc_stats which was changed manually to retain the formatting.
> Tested with building shenandoah and tier1-4.
This pull request has now been integrated.
Changeset: cbe2f965
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/cbe2f9654eb7330c2e8cbe74e8abc2db63ec867b
Stats: 337 lines in 45 files changed: 40 ins; 0 del; 297 mod
8347732: Replace SIZE_FORMAT in shenandoah
Reviewed-by: wkemper, ysr
-------------
PR: https://git.openjdk.org/jdk/pull/23134
More information about the hotspot-gc-dev
mailing list