RFR: 8344942: Template-Based Testing Framework [v71]
    Emanuel Peter 
    epeter at openjdk.org
       
    Tue Jun  3 06:04:19 UTC 2025
    
    
  
On Tue, 3 Jun 2025 06:00:38 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> test/hotspot/jtreg/compiler/lib/template_framework/StructuralName.java line 47:
>> 
>>> 45:      */
>>> 46:     public StructuralName {
>>> 47:     }
>> 
>> Is this required? Is it not automatically added? Same for `DataName`.
>
> If I remove it, then `javadoc` complains that we are now using the default constructor, and that it does not have a comment for it... kinda strange but ok 😅
So I'd rather keep it. It's a bit of unnecessary boilarplate, but I like having `javadoc` all happy and quiet.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24217#discussion_r2122798094
    
    
More information about the hotspot-compiler-dev
mailing list