RFR: 8344942: Template-Based Testing Framework [v16]
Emanuel Peter
epeter at openjdk.org
Wed May 14 13:57:02 UTC 2025
On Wed, 14 May 2025 12:44:09 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 150:
>
>> 148: *
>> 149: * <p>
>> 150: * Given a {@link UnfilledTemplate}, one must apply the required number of arguments, i.e. fill
>
> Suggestion:
>
> * Given an {@link UnfilledTemplate}, one must apply the required number of arguments, i.e. fill
This is an artefact from the renaming `Template` -> `UnfilledTemplate`. We will have those again if we rename again.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24217#discussion_r2089015842
More information about the hotspot-compiler-dev
mailing list