RFR: 8346107: Generators: testing utility for random value generation
Theo Weidmann
tweidmann at openjdk.org
Tue Jan 7 14:11:40 UTC 2025
On Tue, 7 Jan 2025 14:07:46 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> You could fix it this way: when you restrict mixed generators, you try to recursively restrict all its sub-generators. If one cannot be restricted, you do not throw, but just remove it from the mixed distribution ;)
>
> Only if none remain -> throw
Also sounds good to me. You have a better overview over the use-cases, so I'll just go with that :)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22941#discussion_r1905510579
More information about the hotspot-compiler-dev
mailing list