RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v23]
Srinivas Vamsi Parasa
duke at openjdk.org
Wed Aug 23 23:05:55 UTC 2023
On Wed, 23 Aug 2023 11:42:44 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:
>>
>> Decomposed DPQS using AVX512 partitioning and AVX512 sort (for small arrays). Works for serial and parallel sort.
>
> src/java.base/share/classes/java/util/DualPivotQuicksort.java line 27:
>
>> 25:
>> 26: package java.util;
>> 27:
>
> Please update copyright header for this file.
Please see the updated the copyright.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14227#discussion_r1303623870
More information about the hotspot-compiler-dev
mailing list