Integrated: 8262299: C2 compilation fails with "modified node was not processed by IGVN.transform_old()"

Tobias Hartmann thartmann at openjdk.java.net
Thu Feb 25 08:56:46 UTC 2021


On Wed, 24 Feb 2021 12:44:34 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> We hit an assert because a dead `MergeMemNode` was not removed. Make sure it's added to the IGVN worklist to give it a chance to be removed.
> 
> Thanks,
> Tobias

This pull request has now been integrated.

Changeset: a83e802b
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a83e802b
Stats:     10 lines in 1 file changed: 6 ins; 4 del; 0 mod

8262299: C2 compilation fails with "modified node was not processed by IGVN.transform_old()"

Reviewed-by: roland, chagedorn

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

PR: https://git.openjdk.java.net/jdk/pull/2705


More information about the hotspot-compiler-dev mailing list