mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-30 21:18:25 +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