RFR: 8273681: Add Vector API vs Arrays.mismatch intrinsic benchmark [v2]

Kartik Ohri github.com+27751938+amcap1712 at openjdk.java.net
Fri Sep 17 04:56:15 UTC 2021


On Thu, 16 Sep 2021 22:49:38 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Kartik Ohri has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update benchmark according to code review
>
> test/micro/org/openjdk/bench/jdk/incubator/vector/ArrayMismatchBenchmark.java line 103:
> 
>> 101:             doubleData2 = random.doubles(size).toArray();
>> 102: 
>> 103:             double[] commonDoubles = random.doubles(size).toArray();
> 
> Suggestion:
> 
>             double[] commonDoubles = random.doubles(common).toArray();

Fixed. Thanks!

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

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


More information about the core-libs-dev mailing list