On Thu, 16 Sep 2021 22:49:38 GMT, Paul Sandoz <psan...@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