RFR: 8287517: C2: assert(vlen_in_bytes == 64) failed: 2 [v2]

Sandhya Viswanathan sviswanathan at openjdk.java.net
Fri Jun 3 00:56:43 UTC 2022


On Fri, 3 Jun 2022 00:38:06 GMT, Jie Fu <jiefu at openjdk.org> wrote:

>> Sandhya Viswanathan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add regression test
>
> test/hotspot/jtreg/compiler/vectorization/cr8287517.java line 29:
> 
>> 27: * @summary Test bug fix for JDK-8287517 related to fuzzer test failure in x86_64
>> 28: * @requires vm.compiler2.enabled
>> 29: * @requires (os.simpleArch == "x64" & vm.cpu.features ~= ".*avx2.*") |
> 
> Maybe, we can remove this `require` so that other platforms can also get tested.

@DamonFool I removed requires from the test as you suggested. Thanks.

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

PR: https://git.openjdk.java.net/jdk/pull/8961


More information about the hotspot-compiler-dev mailing list