Integrated: 8315044: GenShen: Verifier detects clean card should be dirty

Kelvin Nilsen kdnilsen at openjdk.org
Wed Sep 6 15:46:38 UTC 2023


On Mon, 28 Aug 2023 23:35:46 GMT, Kelvin Nilsen <kdnilsen at openjdk.org> wrote:

> When a Reference object is newly discovered, it is placed onto the worker's thread-local discovered list.  This sometimes results in a reference from an old object to a young object, requiring that the remembered set card-table entry be marked as dirty.  This patch causes the marking to be performed.

This pull request has now been integrated.

Changeset: c4d0a247
Author:    Kelvin Nilsen <kdnilsen at openjdk.org>
URL:       https://git.openjdk.org/shenandoah/commit/c4d0a2478ea5b0e03ed72608aac3c9fd1b8a41e6
Stats:     39 lines in 1 file changed: 34 ins; 0 del; 5 mod

8315044: GenShen: Verifier detects clean card should be dirty

Reviewed-by: ysr, wkemper

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

PR: https://git.openjdk.org/shenandoah/pull/314


More information about the shenandoah-dev mailing list