RFR: 8303627: compiler/loopopts/TestUnreachableInnerLoop.java failed with -XX:LoopMaxUnroll=4
SUN Guoyun
duke at openjdk.org
Mon Mar 6 07:55:10 UTC 2023
On Mon, 6 Mar 2023 02:42:21 GMT, SUN Guoyun <duke at openjdk.org> wrote:
> This test failed with VM_OPTIONS=-XX:LoopMaxUnroll=4 and CONF=fastdebug on X86_64, AArch64 LoongArch64 architecture.
>
> <pre><code class="shell">
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # Internal Error (/home/sunguoyun/jdk-ls/src/hotspot/share/opto/block.cpp:1359), pid=31328, tid=31344
> # assert(n->is_Root() || n->is_Region() || n->is_Phi() || n->is_MachMerge() || def_block->dominates(block)) failed: uses must be dominated by definitions
> #
> </code></pre>
> This PR fix the issue, Please help review it.
>
> Thanks.
The test `test/hotspot/jtreg/compiler/vectorization/runner/LoopRangeStrideTest.java` failure is not related to this patch, which failed on #12873 also.
-------------
PR: https://git.openjdk.org/jdk/pull/12874
More information about the hotspot-compiler-dev
mailing list