RFR: 8343747: C2: TestReplicateAtConv.java crashes with -XX:MaxVectorSize=8 [v2]

Roland Westrelin roland at openjdk.org
Wed Dec 4 15:38:59 UTC 2024


On Tue, 3 Dec 2024 16:33:16 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> test/hotspot/jtreg/compiler/vectorization/TestReplicateAtConv.java line 29:
>> 
>>> 27:  * @summary C2 compilation fails with "bad AD file" due to Replicate
>>> 28:  * @run main/othervm -XX:CompileCommand=compileonly,TestReplicateAtConv::test -Xcomp TestReplicateAtConv
>>> 29:  * @run main/othervm -XX:CompileCommand=compileonly,TestReplicateAtConv::test -Xcomp -XX:MaxVectorSize=8 TestReplicateAtConv
>> 
>> You should add the new bug id to the test.
>
> Maybe you should also update the summary, and say that the issue is about replicate and cast.

Done in new commit.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22442#discussion_r1869788512


More information about the hotspot-compiler-dev mailing list