RFR: 8344942: Template-Based Testing Framework [v7]
Emanuel Peter
epeter at openjdk.org
Wed May 7 11:56:24 UTC 2025
On Wed, 7 May 2025 09:05:20 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> typo
>
> test/hotspot/jtreg/compiler/lib/template_framework/Template.java line 422:
>
>> 420: * Multi-line string
>> 421: * """,
>> 422: * "normal string ", Integer.valueOf(3), Float.valueOf(1.5f),
>
> Is `valueOf()` required or would it auto-box?
Just updated the `TestTemplate.java`, and it would auto-box. I'll improve the example here.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24217#discussion_r2077452189
More information about the hotspot-compiler-dev
mailing list