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

iaroslavski duke at openjdk.org
Tue Aug 29 19:35:22 UTC 2023


On Tue, 29 Aug 2023 16:57:11 GMT, Srinivas Vamsi Parasa <duke at openjdk.org> wrote:

> > My testing passed. But I am not sure correctness of code is fully tested. For now we have only JMH benchmark for this new code. Do we have JDK test which can check correctness of this code?
> 
> Hi Vladimir, will add the JDK tests to check for correctness and let you know

Hi,
We already have correctness tests. See test/jdk/java/util/Arrays/Sorting.java

The latest version you can find in PR https://github.com/openjdk/jdk/pull/13568/files

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

PR Comment: https://git.openjdk.org/jdk/pull/14227#issuecomment-1698014609


More information about the build-dev mailing list