RFR: Coalesce and fill unmarked objects during global degenerated cycle

Kelvin Nilsen kdnilsen at openjdk.java.net
Mon Oct 4 23:09:28 UTC 2021


On Mon, 4 Oct 2021 19:47:57 GMT, William Kemper <wkemper at openjdk.org> wrote:

> This is necessary to prevent the remembered set scan from iterating over garbage. We already do this for _concurrent_ global cycles, but it was missing from _degenerated _ global cycles.

Looks good.  Thanks for catching this bug and cleaning up the other code.

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

Marked as reviewed by kdnilsen (Committer).

PR: https://git.openjdk.java.net/shenandoah/pull/78


More information about the shenandoah-dev mailing list