RFR: 8358772: Template-Framework Library: Primitive Types [v3]

Emanuel Peter epeter at openjdk.org
Thu Jun 12 11:42:30 UTC 2025


On Thu, 12 Jun 2025 11:28:58 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review suggestions applied
>
> test/hotspot/jtreg/compiler/lib/template_framework/library/CodeGenerationDataNameType.java line 106:
> 
>> 104:      * List of all {@link PrimitiveType}s.
>> 105:      */
>> 106:     static final List<PrimitiveType> PRIMITIVE_TYPES = List.of(
> 
> `static final` can also be removed for constants :-) Otherwise, looks good, thanks for the update!

Oh right!

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25672#discussion_r2142470659


More information about the hotspot-compiler-dev mailing list