RFR: 8311978: Create abstraction over heap metrics for heuristics [v7]

William Kemper wkemper at openjdk.org
Thu Jul 20 20:40:57 UTC 2023


On Wed, 19 Jul 2023 19:24:06 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:
> 
>   Add documentation describing each heuristic

Yes it is. Good catch. Thank you.

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

PR Comment: https://git.openjdk.org/jdk/pull/14856#issuecomment-1644567442


More information about the hotspot-gc-dev mailing list