RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v30]
Alan Bateman
alanb at openjdk.org
Wed Aug 30 08:51:28 UTC 2023
On Wed, 30 Aug 2023 00:37:26 GMT, Srinivas Vamsi Parasa <duke at openjdk.org> wrote:
> Hi Vladimir, Just verified that the test/jdk/java/util/Arrays/Sorting.java is triggering the intrinsic without additional flags
Just to add that Sorting.java has short and long run modes. The default when running with jtreg or make run-test is the short run so that it doesn't take too long. It might be useful to try it without -shortrun to give the intrinsic a better work out.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14227#issuecomment-1698754202
More information about the hotspot-compiler-dev
mailing list