Integrated: 8283451: C2: assert(_base == Long) failed: Not a Long

Roland Westrelin roland at openjdk.java.net
Tue Mar 22 14:10:39 UTC 2022


On Tue, 22 Mar 2022 11:27:56 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> The code in PhaseIterGVN::no_dependent_zero_check() tests for a top
> input by checking if is_top() is true but in this case the node has
> type top but is not yet transformed to top (after CCP).

This pull request has now been integrated.

Changeset: fabde3b7
Author:    Roland Westrelin <roland at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/fabde3b7b8ed5e576febe8138c14696ccdf636d5
Stats:     80 lines in 2 files changed: 78 ins; 0 del; 2 mod

8283451: C2: assert(_base == Long) failed: Not a Long

Reviewed-by: thartmann, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list