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

Vladimir Kozlov kvn at openjdk.java.net
Tue Nov 17 16:59:09 UTC 2020


On Tue, 17 Nov 2020 15:11:36 GMT, Tobias Hartmann <thartmann 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).

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

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


More information about the hotspot-compiler-dev mailing list