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:27:58 UTC 2023
On Wed, 2 Aug 2023 17:15:45 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/java.base/share/classes/java/util/Arrays.java line 95:
>
>> 93: */
>> 94: @IntrinsicCandidate
>> 95: public static void arraySort(Class<?> elemType, Object array, long offset, int fromIndex, int toIndex) {
>
> Does this method need to be public?
Method signature was changed to private.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14227#discussion_r1284723201
More information about the hotspot-compiler-dev
mailing list