Integrated: 8311978: Shenandoah: Create abstraction over heap metrics for heuristics
William Kemper
wkemper at openjdk.org
Fri Jul 21 21:50:54 UTC 2023
On Wed, 12 Jul 2023 23:09:36 GMT, William Kemper <wkemper at openjdk.org> wrote:
> 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`.
This pull request has now been integrated.
Changeset: bfa76dff
Author: William Kemper <wkemper at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/bfa76dffb5cbfb79f56d529be3b8756220d4a8d8
Stats: 153 lines in 18 files changed: 109 ins; 5 del; 39 mod
8311978: Shenandoah: Create abstraction over heap metrics for heuristics
Reviewed-by: ysr, phh, shade
-------------
PR: https://git.openjdk.org/jdk/pull/14856
More information about the hotspot-gc-dev
mailing list