RFR: 8317763: Follow-up to AVX512 intrinsics for Arrays.sort() PR [v3]

Srinivas Vamsi Parasa duke at openjdk.org
Tue Oct 10 20:21:56 UTC 2023


> The goal of this PR is to address the follow-up comments to the SIMD accelerated sort PR (#14227) which implemented AVX512 intrinsics for Arrays.sort() methods.
> The proposed changes are:
> 
> 1) Restriction of the AVX512 sort acceleration to only Intel CPUs. A performance regression (due to micro-architectural differences) was reported for AMD Zen4 CPUs in the comments section of PR.
> 2) Addressing the build failure due to a bug in GCC 12 (which was fixed in version 12.3.1). The details of the bug are at: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105593
> 3) Minor changes in Javadoc strings

Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:

  fix whitespace in build script

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16124/files
  - new: https://git.openjdk.org/jdk/pull/16124/files/386bdd88..a565f1d8

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16124&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16124&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/16124.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16124/head:pull/16124

PR: https://git.openjdk.org/jdk/pull/16124


More information about the hotspot-compiler-dev mailing list