[code-reflection] RFR: 8337158: Modeling and lowering of switch statement [v13]

Mourad Abbay mabbay at openjdk.org
Fri Aug 16 12:04:58 UTC 2024


On Fri, 16 Aug 2024 12:02:19 GMT, Mourad Abbay <mabbay at openjdk.org> wrote:

>> Modeling and lowering of switch statement.
>
> Mourad Abbay has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Add a test case of switch statement model
>  - Runtime tests of switch statement

@mcimadamore As you can see in visitSwitch method, we are checking if the tree represents an enhanced switch statement, I'm wondering if we have a flag on tree like isEnhanced, what do you think ?

-------------

PR Comment: https://git.openjdk.org/babylon/pull/211#issuecomment-2293382332


More information about the babylon-dev mailing list