RFR: 8283451: C2: assert(_base == Long) failed: Not a Long [v2]

Christian Hagedorn chagedorn at openjdk.java.net
Tue Mar 22 14:05:26 UTC 2022


On Tue, 22 Mar 2022 14:02:13 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).
>
> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review

Looks good!

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

Marked as reviewed by chagedorn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list