Integrated: 8322279: Generational ZGC: Use ZFragmentationLimit and ZYoungCompactionLimit as percentage instead of multiples
Guoxiong Li
gli at openjdk.org
Mon Jan 15 14:37:30 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
This pull request has now been integrated.
Changeset: bf813be0
Author: Guoxiong Li <gli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/bf813be0f30391c67de3ea74c7522d7cbb8d3c3b
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8322279: Generational ZGC: Use ZFragmentationLimit and ZYoungCompactionLimit as percentage instead of multiples
Reviewed-by: eosterlund
-------------
PR: https://git.openjdk.org/jdk/pull/17139
More information about the hotspot-gc-dev
mailing list