On Mon, 2 Oct 2023 14:47:59 GMT, Aggelos Biboudis <abimpou...@openjdk.org> 
wrote:

>> This is the first draft of a patch for Primitive types in patterns, 
>> instanceof, and switch (Preview).
>> 
>> Draft spec here: 
>> https://cr.openjdk.org/~abimpoudis/instanceof/instanceof-20230913/specs/instanceof-jls.html
>
> Aggelos Biboudis has updated the pull request with a new target base due to a 
> merge or a rebase. The incremental webrev excludes the unrelated changes 
> brought in by the merge/rebase. The pull request contains four additional 
> commits since the last revision:
> 
>  - Merge branch 'master' into primitive-patterns
>  - Implement type pairs to exactnessMethod name
>  - Apply suggestions from code review
>    
>    Co-authored-by: Raffaello Giulietti <raffaello.giulie...@oracle.com>
>  - 8303374: Compiler Implementation for Primitive types in patterns, 
> instanceof, and switch (Preview)

src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Lower.java line 3001:

> 2999:     }
> 3000: 
> 3001:     static class TypePairs {

I believe this could be a record between two TypeSymbols? Then you could have 
an additional constructor that takes two types and retrieves their `tsym` and 
call the canonical constructor (and then you can drop equals/hashcode).

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15638#discussion_r1343772445

Reply via email to