RFR: 8311978: Shenandoah: Create abstraction over heap metrics for heuristics [v9]
William Kemper
wkemper at openjdk.org
Fri Jul 21 17:34:17 UTC 2023
> This change introduces a new interface `ShenandoahHeapStats`. Presently, the interface is implemented by `ShenandoahHeap`. The generational mode for Shenandoah will provide a new implementation of this interface `ShenandoahGeneration`.
William Kemper has updated the pull request incrementally with one additional commit since the last revision:
Rename ShenandoahHeapStats -> ShenandoahSpaceInfo
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/14856/files
- new: https://git.openjdk.org/jdk/pull/14856/files/3056a5f1..82ca6dfe
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=14856&range=08
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=14856&range=07-08
Stats: 39 lines in 14 files changed: 0 ins; 0 del; 39 mod
Patch: https://git.openjdk.org/jdk/pull/14856.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14856/head:pull/14856
PR: https://git.openjdk.org/jdk/pull/14856
More information about the hotspot-gc-dev
mailing list