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

Benoît Maillard bmaillard at openjdk.org
Mon Aug 18 08:47:10 UTC 2025


On Mon, 18 Aug 2025 08:12:02 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:
> 
>   Apply Benoît's suggestion
>   
>   Co-authored-by: Benoît Maillard <benoit.maillard at protonmail.com>

Marked as reviewed by bmaillard (Author).

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

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


More information about the hotspot-compiler-dev mailing list