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 11:50:43 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> 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.
Expanded the example, and comments.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24217#discussion_r2077456136
    
    
More information about the hotspot-compiler-dev
mailing list