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) [v3]
Vladimir Ivanov
vlivanov at openjdk.java.net
Tue Jun 15 08:57:43 UTC 2021
On Tue, 15 Jun 2021 08:36:17 GMT, Roland Westrelin <roland at openjdk.org> wrote:
> That's why I would rather go with the local fix.
I'm perfectly fine with the proposed fix.
I'll think a bit more about `Node::eqv_uncast()` and file an RFE if it turns out to be a feasible thing to experiment with.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4387
More information about the hotspot-compiler-dev
mailing list