Integrated: 8329494: Serial: Merge GenMarkSweep into MarkSweep

Guoxiong Li gli at openjdk.org
Thu Apr 4 03:45:03 UTC 2024


On Wed, 3 Apr 2024 03:10:26 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch merges the class `GenMarkSweep` into `MarkSweep`. Just simply move. It may be better to merge the class `DeadSpacer` and `Compacter` into `MarkSweep` and then rename `MarkSweep`. The `MarkSweep` will be renamed at [JDK-8329521](https://bugs.openjdk.org/browse/JDK-8329521). And the `DeadSpacer` and `Compacter` may be refactored at [JDK-8305896](https://bugs.openjdk.org/browse/JDK-8305896) and [JDK-8305898](https://bugs.openjdk.org/browse/JDK-8305898), so I don't refactor them now.
> 
> 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: 41966885
Author:    Guoxiong Li <gli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/41966885b9c0b71bf34431714702a8245ce3130b
Stats:     1111 lines in 8 files changed: 513 ins; 589 del; 9 mod

8329494: Serial: Merge GenMarkSweep into MarkSweep

Reviewed-by: ihse, ayang, tschatzl

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

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


More information about the build-dev mailing list