RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v6]
Srinivas Vamsi Parasa
duke at openjdk.org
Tue Aug 1 17:42:57 UTC 2023
On Tue, 6 Jun 2023 19:07:12 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix license in one file
>
> test/micro/org/openjdk/bench/java/util/ArraysSort.java line 104:
>
>> 102: @Benchmark
>> 103: public void floatSort() throws Throwable {
>> 104: floats_sorted = floats_unsorted.clone();
>
> We can move clone out of benchmarking methods into per inovcation setup.
This suggestion was incorporated. Thank you!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14227#discussion_r1280954741
More information about the hotspot-compiler-dev
mailing list