[code-reflection] RFR: Ensure exception region exits are generated
Maurizio Cimadamore
mcimadamore at openjdk.org
Thu Oct 10 10:27:32 UTC 2024
On Wed, 9 Oct 2024 23:48:58 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
> Ensure exception region exits are generated for break and continue instructions that exit a try block with only catch blocks (no finally block).
Looks good.
Clever test. I wonder if we should also have annotation-based tests for the lowered form.
-------------
Marked as reviewed by mcimadamore (Reviewer).
PR Review: https://git.openjdk.org/babylon/pull/252#pullrequestreview-2359789793
More information about the babylon-dev
mailing list