RFR: 8365262: [IR-Framework] Add simple way to add cross-product of flags [v9]

Benoît Maillard bmaillard at openjdk.org
Thu Aug 28 06:32:56 UTC 2025


On Tue, 26 Aug 2025 13:23:57 GMT, Manuel Hässig <mhaessig at openjdk.org> wrote:

>> This PR adds the `TestFramework::addCrossProductScenarios` method to enable more ergonomic testing of the combination of all flag combinations. To illustrate its use, I also converted one test to use the new cross product functionality.
>> 
>> Testing:
>>  - [x] Github Actions
>>  - [x] tier1,tier2 plus some internal testing on Oracle supported platforms
>
> Manuel Hässig has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review

The new changes look good to me!

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

Marked as reviewed by bmaillard (Author).

PR Review: https://git.openjdk.org/jdk/pull/26762#pullrequestreview-3163375725


More information about the hotspot-compiler-dev mailing list