RFR: 8253385: annotation processors remove varargs information from record components [v2]

Vicente Romero vromero at openjdk.java.net
Wed Nov 4 17:13:08 UTC 2020


On Wed, 4 Nov 2020 00:46:25 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   addressing review comments
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/code/Symbol.java line 1788:
> 
>> 1786:         private final int pos;
>> 1787: 
>> 1788:         private boolean isVarargs;
> 
> field can be final?

sure will do

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

PR: https://git.openjdk.java.net/jdk/pull/709


More information about the compiler-dev mailing list