Integrated: 8329658: Serial: Refactor ContiguousSpace::_next_compaction_space

Guoxiong Li gli at openjdk.org
Fri Apr 12 13:02:49 UTC 2024


On Sat, 6 Apr 2024 08:22:47 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch removes the uncessary `ContiguousSpace::_next_compaction_space` and uses `DefNewGeneration::_promotion_failed` instead.
> 
> The tests `make test-tier1_gc` passed locally.
> 
> Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoxiong

This pull request has now been integrated.

Changeset: 0f78d017
Author:    Guoxiong Li <gli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0f78d017afb786345fca635862a4a70f43fff251
Stats:     32 lines in 4 files changed: 0 ins; 31 del; 1 mod

8329658: Serial: Refactor ContiguousSpace::_next_compaction_space

Reviewed-by: ayang, tschatzl

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

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


More information about the hotspot-gc-dev mailing list