RFR: 8271203: C2: assert(iff->Opcode() == Op_If || iff->Opcode() == Op_CountedLoopEnd || iff->Opcode() == Op_RangeCheck) failed: Check this code when new subtype is added [v3]

Yi Yang yyang at openjdk.java.net
Fri Aug 13 11:41:49 UTC 2021


On Fri, 13 Aug 2021 11:33:34 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> Hi Tobias, I've removed `@library /test/lib`, also according to  @chhagedorn 's analysis, I think `LongCountedLoopAsUnswitchIff` should be a better test name.
>
> But the `CompileOnly` statement is still missing the package name, right? No compilations will happen.

Oops...Added

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

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


More information about the hotspot-compiler-dev mailing list