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 [v2]
Tobias Hartmann
thartmann at openjdk.java.net
Fri Aug 13 11:36:25 UTC 2021
On Fri, 13 Aug 2021 10:57:59 GMT, Yi Yang <yyang at openjdk.org> wrote:
>> And `@library /test/lib` is not needed.
>
> 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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4920
More information about the hotspot-compiler-dev
mailing list