RFR: addressing several issues in the implementation of universal tvars [v7]
Vicente Romero
vromero at openjdk.java.net
Tue Jun 7 22:34:54 UTC 2022
On Tue, 7 Jun 2022 14:30:38 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>>
>> addressing issues found in last review iteration
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java line 1501:
>
>> 1499: */
>> 1500: SameTypeVisitor isSameTypeVisitor = new SameTypeVisitor();
>> 1501: class SameTypeVisitor extends ParameterizedTypeRelation<SubtypingRelationKind> {
>
> The `ParameterizedTypeRelation` class seems to still be there - but I don't think it's still useful?
I will remove it
-------------
PR: https://git.openjdk.java.net/valhalla/pull/684
More information about the valhalla-dev
mailing list