RFR: 8367473: Shenandoah: Make the detailed evacuation metrics a runtime diagnostic option [v4]
William Kemper
wkemper at openjdk.org
Thu Sep 18 17:20:01 UTC 2025
> Non-product builds currently have a feature to produce detailed metrics about evacuations (number of objects, number of bytes, split out by age (young, old, promotion) and thread (mutator or worker). This change makes this feature accessible in release builds as a diagnostic option.
William Kemper has updated the pull request incrementally with one additional commit since the last revision:
Only print region age tables in generational mode
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/27238/files
- new: https://git.openjdk.org/jdk/pull/27238/files/a890cd30..0e1446de
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=27238&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=27238&range=02-03
Stats: 13 lines in 1 file changed: 4 ins; 3 del; 6 mod
Patch: https://git.openjdk.org/jdk/pull/27238.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/27238/head:pull/27238
PR: https://git.openjdk.org/jdk/pull/27238
More information about the hotspot-gc-dev
mailing list