RFR: JDK-8264987: G1: Fill BOTs for Survivor-turned-to-Old regions in full gc [v4]

Stefan Johansson sjohanss at openjdk.java.net
Thu Apr 15 15:35:51 UTC 2021


On Thu, 15 Apr 2021 12:15:02 GMT, Hamlin Li <mli at openjdk.org> wrote:

>> in JDK-8262068, we have an enhancement for full gc which will skip compacting some regions with high survivor ratio. There might be some young regions among these skipped regions. These young regions are not filled with BOTs info as they're young.
>> But after full GC these young regions will become old regions, and the BOTs info is better to be filled for performance consideration.
>
> Hamlin Li has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:
> 
>  - Merge branch 'master' into fill-bots-in-full-gc
>  - refine comments, names.
>  - refine the code.
>  - JDK-8264987: G1: Fill BOTs for Survivor-turned-to-Old regions in full gc

Looks good.

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

Marked as reviewed by sjohanss (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3459



More information about the hotspot-gc-dev mailing list