RFR: 8322279: Generational ZGC: Use ZFragmentationLimit and ZYoungCompactionLimit as percentage instead of multiples

Erik Österlund eosterlund at openjdk.org
Tue Jan 2 10:31:46 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

Looks good.

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

Marked as reviewed by eosterlund (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/17139#pullrequestreview-1800222619


More information about the hotspot-gc-dev mailing list