Integrated: 8330972: Serial: Inline Generation::max_contiguous_available

Guoxiong Li gli at openjdk.org
Thu Apr 25 08:59:34 UTC 2024


On Wed, 24 Apr 2024 06:03:49 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch removes the method `Generation::max_contiguous_available` and uses `contiguous_available` instead in `TenuredGeneration::promotion_attempt_is_safe` (because it is in old-gen).
> 
> Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoxiong

This pull request has now been integrated.

Changeset: b1b953c4
Author:    Guoxiong Li <gli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b1b953c427b9562f050760ab3c2d0ae09aeec3e5
Stats:     13 lines in 3 files changed: 0 ins; 12 del; 1 mod

8330972: Serial: Inline Generation::max_contiguous_available

Reviewed-by: ayang

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

PR: https://git.openjdk.org/jdk/pull/18929


More information about the hotspot-gc-dev mailing list