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:48 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.
>
> ![image](https://user-images.githubusercontent.com/5010047/127302280-0faa90bb-add7-4639-8c63-49668901f267.png)
Yi Yang has updated the pull request incrementally with one additional commit since the last revision:
package
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4920/files
- new: https://git.openjdk.java.net/jdk/pull/4920/files/4775994b..9769de98
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4920&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4920&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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