RFR: 8267988: C2: assert(!addp->is_AddP() || addp->in(AddPNode::Base)->is_top() || addp->in(AddPNode::Base) == n->in(AddPNode::Base)) failed: Base pointers must match (addp 1301) [v2]
Roland Westrelin
roland at openjdk.java.net
Thu Jun 10 10:54:13 UTC 2021
On Wed, 9 Jun 2021 16:41:40 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> I think we need to check that originally both AddP point to the same base.
Right. I pushed an updated change with a fix for that.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4387
More information about the hotspot-compiler-dev
mailing list