[jdk17] Integrated: 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)

Roland Westrelin roland at openjdk.java.net
Wed Jun 16 07:39:40 UTC 2021


On Tue, 15 Jun 2021 09:41:53 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> This was already reviewed under:
> 
> https://github.com/openjdk/jdk/pull/4387
> 
> but needs to be fixed to 17

This pull request has now been integrated.

Changeset: 4d545a1f
Author:    Roland Westrelin <roland at openjdk.org>
URL:       https://git.openjdk.java.net/jdk17/commit/4d545a1f86325140ed268c5437d776ceb8e21077
Stats:     149 lines in 8 files changed: 86 ins; 1 del; 62 mod

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)

Reviewed-by: chagedorn, vlivanov, kvn

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

PR: https://git.openjdk.java.net/jdk17/pull/51


More information about the hotspot-compiler-dev mailing list