RFR: 8344942: Template-Based Testing Framework [v40]

Emanuel Peter epeter at openjdk.org
Tue May 20 16:02:05 UTC 2025


On Tue, 20 May 2025 09:35:47 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Offline review
>
> test/hotspot/jtreg/compiler/lib/template_framework/Template.java line 252:
> 
>> 250:      * @param function The {@link Function} that creates the {@link TemplateBody} given the template argument.
>> 251:      */
>> 252:     record OneArgs<A>(String arg0Name, Function<A, TemplateBody> function) implements Template {
> 
> Suggestion: rename to `OneArg`.

Updated!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24217#discussion_r2098335507


More information about the hotspot-compiler-dev mailing list