[code-reflection] RFR: Add isQuotable attribute to LambdaOp [v2]
Rémi Forax
forax at openjdk.org
Wed Sep 3 21:06:02 UTC 2025
On Wed, 3 Sep 2025 20:29:10 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
>> It's a preview feature
>
> We should be able to use preview features as the `jdk.incubator.code` module is annotated with `@ParticipatesInPreview`, unless there is some odd restriction when javac calls code in the incubating module?
Paul, there is no real difference at runtime betwen case Boolean and case boolean when you switch on an Object, case boolean just bloat the bytecode a little more.
-------------
PR Review Comment: https://git.openjdk.org/babylon/pull/545#discussion_r2320210698
More information about the babylon-dev
mailing list