RFR: 8344703: Compiler Implementation for Flexible Constructor Bodies [v2]
Chen Liang
liach at openjdk.org
Wed May 7 16:41:16 UTC 2025
On Tue, 6 May 2025 08:40:27 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> This PR finalizes the Flexible Constructor Bodies feature with no semantics changes.
>> The main changes in this PR have to do with the various tests, which needed tweaking (e.g. to drop `@enablePreview` and fix corresponding golden files).
>>
>> We might, later on, incorporate a fix for [this issue](https://bugs.openjdk.org/browse/JDK-8349754) into this PR, depending on where the specification for this feature lands.
>
> Maurizio Cimadamore has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
>
> - Merge branch 'master' into finalize_flex_constr_bodies
> - Initial push
I think we should integrate at the current stage without waiting for anonymous or local class changes - those involve existing specification and is best done in their own RFEs.
-------------
Marked as reviewed by liach (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24505#pullrequestreview-2822477553
More information about the compiler-dev
mailing list