Integrated: 8268017: C2: assert(phi_type->isa_int() || phi_type->isa_ptr() || phi_type->isa_long()) failed: bad phi type

Roland Westrelin roland at openjdk.java.net
Wed Jun 9 08:01:28 UTC 2021


On Tue, 8 Jun 2021 09:07:42 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> PhiNode::Ideal() needs to support Cast nodes that were added recently.

This pull request has now been integrated.

Changeset: 4413142e
Author:    Roland Westrelin <roland at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4413142eca1712f9a78c5683083eb01908397bb0
Stats:     131 lines in 5 files changed: 111 ins; 18 del; 2 mod

8268017: C2: assert(phi_type->isa_int() || phi_type->isa_ptr() || phi_type->isa_long()) failed: bad phi type

Reviewed-by: vlivanov, chagedorn, whuang

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

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


More information about the hotspot-compiler-dev mailing list