[jdk25u-dev] Integrated: 8354244: Use random data in MinMaxRed_Long data arrays

Roland Mesde duke at openjdk.org
Mon Feb 2 18:53:24 UTC 2026


On Wed, 28 Jan 2026 22:01:17 GMT, Roland Mesde <duke at openjdk.org> wrote:

> Backporting JDK-8354244: Use random data in MinMaxRed_Long data arrays.
> 
> This PR simplifies test data in JDK-8307513 tests by switching from shaped data to random data, since the test verifies IR patterns during vectorization rather than branch behavior.
> 
> For parity with Oracle JDK.
> 
> Ran related tests on linux-x64, linux-aarch64, macos-aarch64 and windows-x64:
> 
> make test TEST=test/hotspot/jtreg/compiler/loopopts/superword/MinMaxRed_Long.java
> 
> Results attached:
> 
> [windows-x64-specific-test.log](https://github.com/user-attachments/files/24945701/windows-x64-specific-test.log)
> [macos-aarch64-specific-test.log](https://github.com/user-attachments/files/24945702/macos-aarch64-specific-test.log)
> [linux-x64-specific-test.log](https://github.com/user-attachments/files/24945703/linux-x64-specific-test.log)
> [linux-aarch64-specific-test.log](https://github.com/user-attachments/files/24945704/linux-aarch64-specific-test.log)

This pull request has now been integrated.

Changeset: 9f02485c
Author:    Roland Mesde <mesde at amazon.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk25u-dev/commit/9f02485cee233e474c2ffb3efa1a0c42bc4b47de
Stats:     84 lines in 1 file changed: 11 ins; 62 del; 11 mod

8354244: Use random data in MinMaxRed_Long data arrays

Backport-of: 567c0c9335c3ff020871115e5a58f3f40fd4b1ad

-------------

PR: https://git.openjdk.org/jdk25u-dev/pull/197


More information about the jdk-updates-dev mailing list