JDK-8255174 : Vector API unit tests for missed public api code coverage
  • Type: Bug
  • Component: core-libs
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-10-21
  • Updated: 2020-10-29
  • Resolved: 2020-10-22
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 16
16 b22Fixed
Related Reports
Relates :  
Description
Vector API unit tests coverage needs to be improved.
The latest Public Vector API code coverage results are: 90% (463/9/522) 
 ByteVector 93% (76/2/84) 
 DoubleVector 90% (70/2/80) 
 FloatVector 90% (70/2/80) 
 IntVector 94% (78/1/84) 
 LongVector 95% (75/0/79) 
 ShortVector 93% (77/1/84) 
 VectorMask 57% (4/0/7) 
 VectorOperators$Conversion 25% (1/0/4) 
 VectorShape 100% (4/1/5) 
 VectorShuffle 55% (6/0/11) 
 VectorSpecies 50% (2/0/4) 

Comments
Changeset: 5d262290 Author: Sandhya Viswanathan <sviswanathan@openjdk.org> Date: 2020-10-22 00:09:41 +0000 URL: https://git.openjdk.java.net/jdk/commit/5d262290
22-10-2020