RFR: 8296012: jshell crashes on mismatched record pattern

Julian Waters jwaters at openjdk.org
Mon Dec 5 09:36:18 UTC 2022


On Fri, 25 Nov 2022 10:55:03 GMT, Aggelos Biboudis <abimpoudis at openjdk.org> wrote:

> This bug prevents a crash in Flow while evaluating a switch expression in JShell. The error is successfully reported in Attr however entering an erroneous symbols prevents the crash.

> Hasn't the x86 failure been already resolved as #11428 ?

Not entirely, the test this change added also needed `@requires vm.continuations` as well. I've already pushed a fix for it, so it should be good now

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

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


More information about the compiler-dev mailing list