RFR: 8256478: C2 compilation fails with assert(t1->isa_long()) failed: Type must be a long

Tobias Hartmann thartmann at openjdk.java.net
Tue Nov 17 17:16:09 UTC 2020


On Tue, 17 Nov 2020 16:56:05 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> The `RotateLeftNode::Ideal` transformation added by [JDK-8254872](https://bugs.openjdk.java.net/browse/JDK-8254872) should ignore a TOP `in(1)` input which will then be handled by `RotateLeftNode::Value`.
>> 
>> Thanks,
>> Tobias
>
> Marked as reviewed by kvn (Reviewer).

Thanks @vnkozlov !

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

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


More information about the hotspot-compiler-dev mailing list