RFR: 8309403: Serial: Remove the useless adaptive size policy in GenCollectedHeap [v4]

Thomas Schatzl tschatzl at openjdk.org
Mon Jun 12 13:18:52 UTC 2023


On Thu, 8 Jun 2023 13:21:34 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
>
> Guoxiong Li has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Treat INCLUDE_G1GC and INCLUDE_SERIALGC as variables.

Marked as reviewed by tschatzl (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/14296#pullrequestreview-1474905560


More information about the hotspot-gc-dev mailing list