RFR: 8361499: Intersection type cast causes javac crash with -Xjcov [v2]

Maurizio Cimadamore mcimadamore at openjdk.org
Wed Jul 9 21:09:42 UTC 2025


On Wed, 9 Jul 2025 18:18:14 GMT, Vicente Romero <vromero at openjdk.org> wrote:

>> After TransTypes decomposes an intersection type in its components, there is no point keeping the intersection AST around. This could lead to errors in the backend. This PR is proposing lowering the intersection AST to it's first component,
>> 
>> TIA
>
> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
> 
>   minor change

Marked as reviewed by mcimadamore (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/26203#pullrequestreview-3003092543


More information about the compiler-dev mailing list