[jdk17] RFR: 8266518: Refactor and expand scatter/gather tests [v2]
Paul Sandoz
psandoz at openjdk.java.net
Thu Jun 17 15:09:20 UTC 2021
On Wed, 16 Jun 2021 20:42:56 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
>> Paul Sandoz has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove redundatem data providers.
>
> test/jdk/jdk/incubator/vector/Byte128VectorLoadStoreTests.java line 1248:
>
>> 1246: toArray(Object[][]::new);
>> 1247: }
>> 1248:
>
> The byteGatherScatterProvider and byteGatherScatterMaskProvider seem to be same as gatherScatterProvider and gatherScatterMaskProvider above.
Well spotted. I removed the data providers.
-------------
PR: https://git.openjdk.java.net/jdk17/pull/48
More information about the hotspot-compiler-dev
mailing list