-
Bug
-
Resolution: Fixed
-
P4
-
11-shenandoah, 14, 15
-
b10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8240617 | 14.0.2 | Roland Westrelin | P4 | Resolved | Fixed | b01 |
This fails with sh/jdk11, but not with jdk/jdk. It also fails only with Shenandoah. Might be a missing backport, or vanilla sh/jdk11 problem.
$ wget https://repo1.maven.org/maven2/com/iheartradio/m3u8/open-m3u8/0.2.6/open-m3u8-0.2.6.jar
$ wget https://cr.openjdk.java.net/~shade/ctw/ctw-jdk11.zip
$ unzip ctw-jdk11.zip
$ JAVA_HOME=../shenandoah-jdk11/build/linux-x86_64-normal-server-fastdebug/images/jdk JAVA_OPTIONS="-XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC" ./ctw.sh open-m3u8-0.2.6.jar
# Internal Error (/home/shade/trunks/shenandoah-jdk11/src/hotspot/share/opto/compile.cpp:3278), pid=27469, tid=27502
# assert(false) failed: Range check dependent CastII node was not removed
$ wget https://repo1.maven.org/maven2/com/iheartradio/m3u8/open-m3u8/0.2.6/open-m3u8-0.2.6.jar
$ wget https://cr.openjdk.java.net/~shade/ctw/ctw-jdk11.zip
$ unzip ctw-jdk11.zip
$ JAVA_HOME=../shenandoah-jdk11/build/linux-x86_64-normal-server-fastdebug/images/jdk JAVA_OPTIONS="-XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC" ./ctw.sh open-m3u8-0.2.6.jar
# Internal Error (/home/shade/trunks/shenandoah-jdk11/src/hotspot/share/opto/compile.cpp:3278), pid=27469, tid=27502
# assert(false) failed: Range check dependent CastII node was not removed
- backported by
-
JDK-8240617 CTW: C2 (Shenandoah) compilation fails with "Range check dependent CastII node was not removed"
-
- Resolved
-