JDK 21 | JDK 22 | JDK 23 |
---|---|---|
21.0.4Fixed | 22.0.2Fixed | 23 b19Fixed |
Relates :
|
$ java -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+PrintCompilation -XX:CompileOnly=TestLongCLMinJintStride::test2 XX:CompileCommand=quiet TestLongCLMinJintStride ... # Internal Error (/home/roland/jdk-jdk/src/hotspot/share/opto/loopPredicate.cpp:1390), pid=3263637, tid=3263651 # assert(!follow_branches || loop_trip_cnt >= 0) failed: negative trip count? With attached test case.
|