mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-03 15:51:08 +00:00
Correcting handling of boolean-valued switch expressions when true/false; generating them directly rather than desugaring in Lower. Reviewed-by: mcimadamore