JDK-8284564 : Extend VectorAPI validation tests for SHIFTs and ROTATE operations with constant shift values.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86_64
  • Submitted: 2022-04-08
  • Updated: 2022-04-22
  • Resolved: 2022-04-14
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 19
19 b19Fixed
Related Reports
Relates :  
Description
Extend VectorAPI test generation framework to generate tests for following operations with constant shift values. 
- VectorOperations.LSHR
- VectorOperations.ASHR
- VectorOperations.LSHL
- VectorOperations.ROR
- VectorOperations.ROL

Comments
Changeset: bf85b009 Author: Swati Sharma <swati.sharma@intel.com> Committer: Jatin Bhateja <jbhateja@openjdk.org> Date: 2022-04-14 04:06:15 +0000 URL: https://git.openjdk.java.net/jdk/commit/bf85b0095ff3ad8775501bd65e7ccf9103ecc15f
14-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8180 Date: 2022-04-11 14:28:07 +0000
11-04-2022