JDK-8354244 : Use random data in MinMaxRed_Long data arrays
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-04-10
  • Updated: 2025-08-12
  • Resolved: 2025-08-04
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 26
26 b10Fixed
Related Reports
Relates :  
Description
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.
Comments
Changeset: 567c0c93 Branch: master Author: Galder Zamarreño <galder@openjdk.org> Committer: Manuel Hässig <mhaessig@openjdk.org> Date: 2025-08-04 13:51:14 +0000 URL: https://git.openjdk.org/jdk/commit/567c0c9335c3ff020871115e5a58f3f40fd4b1ad
04-08-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/26451 Date: 2025-07-24 06:45:59 +0000
24-07-2025