RFR: addressing several issues in the implementation of universal tvars [v8]
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Wed Jun 8 14:54:50 UTC 2022
On Wed, 8 Jun 2022 00:17:01 GMT, Vicente Romero <vromero at openjdk.org> wrote:
>> Last review iteration found several issues in the current implementation, addressing them here
>
> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>
> merging StructuralTypeComparator and TypeArgStructComparator
src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java line 1378:
> 1376: SubtypingRelation isSubtypeRelation = new SubtypingRelation();
> 1377: class SubtypingRelation extends TypeRelation {
> 1378: SubtypingRelationKind param;
What is this needed for? We should get into a position where subtyping is "just" subtyping, no need for having some kind of mode flag - unless I'm misunderstanding something?
-------------
PR: https://git.openjdk.java.net/valhalla/pull/684
More information about the valhalla-dev
mailing list