Integrated: Remove redundant initialization code

Kelvin Nilsen kdnilsen at openjdk.org
Wed Apr 26 16:42:56 UTC 2023


On Wed, 26 Apr 2023 16:13:35 GMT, Kelvin Nilsen <kdnilsen at openjdk.org> wrote:

> This code and the assertions that acompany it are subject to races with certain GC worker threads which are also capturing top_at_mark_start() and may capture it at a different position than this thread does.

This pull request has now been integrated.

Changeset: b442302c
Author:    Kelvin Nilsen <kdnilsen at openjdk.org>
URL:       https://git.openjdk.org/shenandoah/commit/b442302c4dbbc7063cb43836a8c833df68c48a7d
Stats:     12 lines in 1 file changed: 0 ins; 11 del; 1 mod

Remove redundant initialization code

Reviewed-by: shade

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

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


More information about the shenandoah-dev mailing list