RFR: 8346107: Generators: testing utility for random value generation [v16]

Theo Weidmann tweidmann at openjdk.org
Wed Jan 15 08:35:39 UTC 2025


On Tue, 14 Jan 2025 14:48:43 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> Theo Weidmann has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix spacing
>
> test/hotspot/jtreg/compiler/lib/generators/Generators.java line 33:
> 
>> 31: 
>> 32: /**
>> 33:  * The generators class provides a set of random generator functions for testing.
> 
> Nice description. A suggestion: It is sometimes difficult to distinguish between generators in general and the class `Generators` itself. How about using `{@code Generators}` when talking about the class itself?

I think I will just capitalize it to clarify it

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22941#discussion_r1916133226


More information about the hotspot-compiler-dev mailing list