-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: hotspot
-
b10
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8374671 | 25.0.3-oracle | Rashmi Biswal Biswal | P4 | Resolved | Fixed | b01 |
Simplify MinMaxRed_Long test by making arrays contain random data.
The current implementation of the test distributes the data in the arrays in order to achieve certain degree of branch levels, but this is only matters for situations in which vectorization doesn't kick in. This test specifically covers situations when vectorization comes into play. Therefore, the added complexity to distribute the data in the arrays does not add anything to the test.
The current implementation of the test distributes the data in the arrays in order to achieve certain degree of branch levels, but this is only matters for situations in which vectorization doesn't kick in. This test specifically covers situations when vectorization comes into play. Therefore, the added complexity to distribute the data in the arrays does not add anything to the test.
- backported by
-
JDK-8374671 Use random data in MinMaxRed_Long data arrays
-
- Resolved
-
- relates to
-
JDK-8307513 C2: intrinsify Math.max(long,long) and Math.min(long,long)
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/567c0c93
-
Review(master)
openjdk/jdk/26451