RFR: 8311978: Create abstraction over heap metrics for heuristics [v8]
Paul Hohensee
phh at openjdk.org
Thu Jul 20 20:46:43 UTC 2023
On Thu, 20 Jul 2023 20:40:57 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`.
>
> William Kemper has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove redundant include
Looks good now.
-------------
Marked as reviewed by phh (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14856#pullrequestreview-1540059241
More information about the hotspot-gc-dev
mailing list