RFR: 8300543 Compiler Implementation for Pattern Matching for switch [v2]
Maurizio Cimadamore
mcimadamore at openjdk.org
Tue Apr 18 14:19:50 UTC 2023
On Tue, 18 Apr 2023 13:54:52 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> I've also found an infinite loop with this:
I believe this has to do with the fact that the list of pattern is not a set - so we can end up adding the same pattern descriptions over and over.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13074#discussion_r1170110465
More information about the core-libs-dev
mailing list