RFR: 8294670: Enhanced switch statements have an implicit default which does not complete normally

Vicente Romero vromero at openjdk.org
Tue Oct 18 17:48:07 UTC 2022


On Mon, 3 Oct 2022 14:48:57 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

> When a synthetic `default` is generated for enhanced switch, it never completes normally, which should be used when detecting liveness after the switch statement, which is what this patch is trying to do.

looks good to me

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

Marked as reviewed by vromero (Reviewer).

PR: https://git.openjdk.org/jdk/pull/10540


More information about the compiler-dev mailing list