RFR: 8346107: Generators: testing utility for random value generation [v7]
Theo Weidmann
tweidmann at openjdk.org
Thu Jan 9 09:12:37 UTC 2025
On Tue, 7 Jan 2025 13:25:55 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Theo Weidmann has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add ExampleTest
>
> test/hotspot/jtreg/compiler/lib/generators/Generators.java line 39:
>
>> 37: * optimizations.
>> 38: * <p>
>> 39: * Normally, clients get the default Generators instance by referring to the static variable {@link #G}.
>
> It would be nice to have an example test that uses it as you would expect.
I added ExampleTest.java
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22941#discussion_r1908396784
More information about the hotspot-compiler-dev
mailing list