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
Yi Yang
yyang at openjdk.java.net
Wed Jul 28 10:03:47 UTC 2021
Hi, I'm trying to fix [JDK-8271203](https://bugs.openjdk.java.net/browse/JDK-8271203). It's reasonable to unswitch LongCountedLoop, so relax it.

-------------
Commit messages:
- try
Changes: https://git.openjdk.java.net/jdk/pull/4920/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4920&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8271203
Stats: 67 lines in 2 files changed: 65 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/4920.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4920/head:pull/4920
PR: https://git.openjdk.java.net/jdk/pull/4920
More information about the hotspot-compiler-dev
mailing list