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

Srinivas Vamsi Parasa duke at openjdk.org
Fri Aug 4 18:42:06 UTC 2023


On Thu, 3 Aug 2023 00:14:29 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:
>> 
>>   Update src/java.base/share/classes/java/util/Arrays.java
>>   
>>   Co-authored-by: David Schlosnagle <schlosna at gmail.com>
>
> src/hotspot/share/runtime/vmStructs.cpp line 535:
> 
>> 533:      static_field(StubRoutines,                _arraysort_long,                               address)                               \
>> 534:      static_field(StubRoutines,                _arraysort_float,                              address)                               \
>> 535:      static_field(StubRoutines,                _arraysort_double,                             address)                               \
> 
> Should this be in hotspot/share/jvmci/vmStructs_jvmci.cpp instead?

That's true. Moved it to hotspot/share/jvmci/vmStructs_jvmci.cpp. Thanks for catching this!

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

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


More information about the hotspot-compiler-dev mailing list