RFR: 8365262: [IR-Framework] Add simple way to add cross-product of flags [v6]
Manuel Hässig
mhaessig at openjdk.org
Fri Aug 22 18:05:59 UTC 2025
On Fri, 22 Aug 2025 14:05:20 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Manuel Hässig has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Improvements prompted by Emanuel
>
> test/hotspot/jtreg/compiler/lib/ir_framework/TestFramework.java line 387:
>
>> 385: })
>> 386: ),
>> 387: (a, b) -> Stream.concat(a, b));
>
> Wow, that's dense. Maybe a little comment could help here.
It ended up being a lottle comment, but I think it does the job.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26762#discussion_r2294342803
More information about the hotspot-compiler-dev
mailing list