JDK-8319577 : x86_64 AVX2 intrinsics for Arrays.sort methods (int, float arrays)
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2023-11-07
  • Updated: 2023-12-11
  • Resolved: 2023-12-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 23
23 masterFixed
Related Reports
Relates :  
Relates :  
Description
The goal is to develop faster sort routines for x68_64 CPUs by taking advantage of AVX2 instructions. This enhancement provides an order of magnitude speedup for Arrays.sort() using int, float arrays.

Comments
Changeset: ce108446 Author: vamsi-parasa <srinivas.vamsi.parasa@intel.com> Committer: Sandhya Viswanathan <sviswanathan@openjdk.org> Date: 2023-12-08 22:52:48 +0000 URL: https://git.openjdk.org/jdk/commit/ce108446ca1fe604ecc24bbefb0bf1c6318271c7
08-12-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16534 Date: 2023-11-07 00:12:41 +0000
14-11-2023