RFR: 8322279: Generational ZGC: Use ZFragmentationLimit and ZYoungCompactionLimit as percentage instead of multiples
Guoxiong Li
gli at openjdk.org
Mon Jan 1 13:31:47 UTC 2024
On Mon, 18 Dec 2023 11:19:33 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> This patch fixes `ZHeuristics::significant_heap_overhead` and `ZHeuristics::significant_young_overhead` to use `ZFragmentationLimit` and `ZYoungCompactionLimit` as percentages instead of multiples.
>
> Thanks for the review.
>
> Best Regards,
> -- Guoxiong
Ping for review. This patch is related to https://github.com/openjdk/jdk/pull/17138. I would like to integrate these two patches at the same time.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17139#issuecomment-1873328772
More information about the hotspot-gc-dev
mailing list