Regression test compiler/loopopts/TestUnreachableInnerLoop.java fails on s390x which was added after fixing JDK-8289954.
Log:
A fatal error has been detected by the Java Runtime Environment:
Internal Error (/home/jdk/src/hotspot/share/opto/block.cpp:1357), pid=3986351, tid=3986367
assert(n->is_Root() || n->is_Region() || n->is_Phi() || n->is_MachMerge() || def_block->dominates(block)) failed: uses must be dominated by definitions
JRE version: OpenJDK Runtime Environment (20.0) (fastdebug build 20-internal-adhoc.root.jdk)
Java VM: OpenJDK 64-Bit Server VM (fastdebug 20-internal-adhoc.root.jdk, compiled mode, sharing, tiered, compressed oops, compre
ssed class ptrs, g1 gc, linux-s390x)
Problematic frame:
V [libjvm.so+0x3d78ba] PhaseCFG::verify() const+0x222
JDK-8288981 Issue is expected to fix this test failure.