Integrated: 8332245: C2: missing record_for_ign() call in GraphKit::must_be_not_null()

Roland Westrelin roland at openjdk.org
Wed May 15 12:04:12 UTC 2024


On Tue, 14 May 2024 16:17:48 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> The `If` node that's created by `GraphKit::must_be_not_null()` is not
> enqueued for igvn when it's created. The test case shows it prevents 2
> identical tests from commoning when the first igvn executes. This is a
> minor issue I noticed whule working on something else.

This pull request has now been integrated.

Changeset: 8032d640
Author:    Roland Westrelin <roland at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8032d640c0d34fe507392a1d4faa4ff2005c771d
Stats:     77 lines in 2 files changed: 77 ins; 0 del; 0 mod

8332245: C2: missing record_for_ign() call in GraphKit::must_be_not_null()

Reviewed-by: thartmann, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list