RFR: 8344942: Template-Based Testing Framework [v16]
Emanuel Peter
epeter at openjdk.org
Wed May 14 14:31:00 UTC 2025
On Wed, 14 May 2025 13:36:23 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:
>>
>> more documentation fixes
>
> test/hotspot/jtreg/compiler/lib/template_framework/Template.java line 390:
>
>> 388: * @param <T> The type of the value.
>> 389: * @param function The function that is applied with the provided {@code 'value'}.
>> 390: * @return A token that does nothing, so that the {@link #let} cal can easily be put in a list of tokens
>
> The return type is something else in this case, no?
Oh, good catch!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24217#discussion_r2089089776
More information about the hotspot-compiler-dev
mailing list