RFR: 8311978: Create abstraction over heap metrics for heuristics [v3]
William Kemper
wkemper at openjdk.org
Thu Jul 13 23:57:57 UTC 2023
On Thu, 13 Jul 2023 23:54:33 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:
>
> Put explicit constructor call back in
src/hotspot/share/gc/shenandoah/heuristics/shenandoahAdaptiveHeuristics.cpp line 58:
> 56:
> 57: ShenandoahAdaptiveHeuristics::ShenandoahAdaptiveHeuristics() :
> 58: ShenandoahHeuristics(),
Put this back
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14856#discussion_r1263113072
More information about the hotspot-gc-dev
mailing list