RFR: 8367473: Shenandoah: Make the detailed evacuation metrics a runtime diagnostic option [v3]

William Kemper wkemper at openjdk.org
Thu Sep 18 16:13:25 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:

  Fix typo in option description

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27238/files
  - new: https://git.openjdk.org/jdk/pull/27238/files/bbee4ee3..a890cd30

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=27238&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27238&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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