RFR: 8361499: Intersection type cast causes javac crash with -Xjcov [v2]
Vicente Romero
vromero at openjdk.org
Thu Jul 10 10:42:45 UTC 2025
On Wed, 9 Jul 2025 21:05:45 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> Ok, so the erasure of the intersection seems to be set at the erasure of its "first explicit bound", which should be equivalent to the new code (since it projects the intersection to its first component -- and given that all the components in an intersection type AST _are_ explicit).
correct, this is my understanding, thanks for the review
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26203#discussion_r2197329384
More information about the compiler-dev
mailing list