mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 14:11:36 +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