JDK-8266317 : Vector API enhancements
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-04-29
  • Updated: 2021-06-11
  • Resolved: 2021-06-03
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 17
17 b26Fixed
Related Reports
Blocks :  
CSR :  
Description
Enhancements to the API for the support of operations on characters, such as for UTF-8 character decoding. Specifically, methods for loading/storing a short vector from/to a char[] array, and new vector comparison operators for unsigned comparisons with integral vectors.

Enhancements to the API for loading/storing a byte vector from/to a boolean[] array.
Comments
Changeset: 5982cfc8 Author: Paul Sandoz <psandoz@openjdk.org> Date: 2021-06-03 15:16:58 +0000 URL: https://git.openjdk.java.net/jdk/commit/5982cfc85602862608fae56adb6041794e8c0d59
03-06-2021