RFR: 8260473: [vector] ZGC: VectorReshape test produces incorrect results with ZGC enabled [v3]
Jie Fu
jiefu at openjdk.java.net
Thu Jan 28 12:47:40 UTC 2021
On Thu, 28 Jan 2021 12:38:11 GMT, Jie Fu <jiefu at openjdk.org> wrote:
>> The test is part of test/jdk/jdk/incubator/vector/VectorReshapeTests.java.
>> And run the original big test with zgc didn't reproduce the failure, so just add a new small test.
>>
>> The small test is provided by Stuart Monteith in the JBS. Thanks for providing the test.
>
> I suggest adding the test under test/hotspot/jtreg/compiler/vectorapi.
> Thanks.
Since 32-bit VM doesn't support ZGC, the test should only for 64-bit.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2253
More information about the hotspot-compiler-dev
mailing list