RFR: 8332507: compilation result depends on compilation order [v3]

Vicente Romero vromero at openjdk.org
Fri May 31 12:03:01 UTC 2024


On Fri, 31 May 2024 11:53:20 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   removing unused imports
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassReader.java line 599:
> 
>> 597:                         actuals = formals;
>> 598:                     else
>> 599:                         updateBounds(actuals, formals);
> 
> Is it important we do this here - or can we always do this in the completer (to simplify the code some more)

thanks for the suggestion, will give it a try

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19400#discussion_r1622322238


More information about the compiler-dev mailing list