RFR: addressing several issues in the implementation of universal tvars [v6]

Vicente Romero vromero at openjdk.java.net
Tue Jun 7 20:00:56 UTC 2022


On Tue, 7 Jun 2022 14:38:21 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   adding structural type comparator to detect unchecked conversions
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java line 1192:
> 
>> 1190: 
>> 1191:                 if (s.isPartial())
>> 1192:                     return visit(s, t);
> 
> Note sure these lines are relevant?

right I agree

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

PR: https://git.openjdk.java.net/valhalla/pull/684



More information about the valhalla-dev mailing list