Integrated: 8326612: Parallel: remove redundant assertion from ScavengeRootsTask

Richard Reingruber rrich at openjdk.org
Fri Mar 1 07:14:54 UTC 2024


On Sat, 24 Feb 2024 09:29:20 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

> This change removes a redundant assertion from `ScavengeRootsTask`.
> The assertion is redundant because `_old_gen` is initialized to `old_gen` at L296 which is dereferenced at L297 before the assertion is reached.

This pull request has now been integrated.

Changeset: 0899b3b5
Author:    Richard Reingruber <rrich at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0899b3b5e5c949e4eef2cc20ae38ab136fccb5bb
Stats:     2 lines in 1 file changed: 0 ins; 2 del; 0 mod

8326612: Parallel: remove redundant assertion from ScavengeRootsTask

Reviewed-by: tschatzl, ayang

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

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


More information about the hotspot-gc-dev mailing list