Integrated: 8309403: Serial: Remove the useless adaptive size policy in GenCollectedHeap

Guoxiong Li gli at openjdk.org
Mon Jun 12 15:55:08 UTC 2023


On Sat, 3 Jun 2023 07:27:52 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch removes the useless code related to the `AdaptiveSizePolicy` in `GenCollectedHeap`.
> As a result, the `SoftRefGenPolicy` is unnecessary too, use `SoftRefPolicy` instead.
> 
> Thanks for the review.
> 
> Best Regards,
> -- Guoxiong

This pull request has now been integrated.

Changeset: 6cd166a2
Author:    Guoxiong Li <gli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6cd166a2841cc97f458b579d89a37282f73c6ba9
Stats:     118 lines in 6 files changed: 0 ins; 110 del; 8 mod

8309403: Serial: Remove the useless adaptive size policy in GenCollectedHeap

Reviewed-by: ayang, tschatzl

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

PR: https://git.openjdk.org/jdk/pull/14296


More information about the hotspot-gc-dev mailing list