mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-24 09:10:08 +00:00
When switch expression contains try-catch, move the stack values into locals before the executing the switch expression, and back when it is done. Reviewed-by: mcimadamore, vromero