On Fri, 28 Oct 2022 18:47:54 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> 
wrote:

>> Jim Laskey has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Update TemplateRuntime::combine
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/parser/Scanner.java line 
> 100:
> 
>> 98:         private void ensureLookahead(int lookahead) {
>> 99:             for (int i = savedTokens.size() ; i < lookahead ; i++) {
>> 100:                 Token ahead = tokenizer.readToken();
> 
> curious - why this change?

Residue from lookahead experiments. Will revert.

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

PR: https://git.openjdk.org/jdk/pull/10889

Reply via email to