RFR: 8262299: C2 compilation fails with "modified node was not processed by IGVN.transform_old()"
Christian Hagedorn
chagedorn at openjdk.java.net
Wed Feb 24 13:35:45 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
Looks good.
-------------
Marked as reviewed by chagedorn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2705
More information about the hotspot-compiler-dev
mailing list