RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v20]

Srinivas Vamsi Parasa duke at openjdk.org
Fri Aug 11 22:31:28 UTC 2023


On Fri, 11 Aug 2023 21:04:36 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   change names from avx512 to x86_64
>
> src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp line 391:
> 
>> 389:       } calls[] = {
>> 390:         "arraysort_stub",
>> 391:         { { TypeFunc::Parms, ShenandoahLoad },   { TypeFunc::Parms+1, ShenandoahStore },  { -1, ShenandoahNone },
> 
> Only the first parameter is array.

Please see the fixed signature in the latest commit.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14227#discussion_r1291815951


More information about the hotspot-compiler-dev mailing list