RFR: JDK-8285932 Implementation of JEP-430 String Templates (Preview) [v7]
Jim Laskey
jlaskey at openjdk.org
Wed Nov 2 18:05:15 UTC 2022
On Tue, 1 Nov 2022 12:41:19 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add @SafeVarargs declarations
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransLiterals.java line 230:
>
>> 228:
>> 229: class TransStringTemplate {
>> 230: JCStringTemplate tree;
>
> Presumably some of these can be `final` ?
Changing
-------------
PR: https://git.openjdk.org/jdk/pull/10889
More information about the compiler-dev
mailing list