RFR: 8325805: Compiler Implementation for Flexible Constructor Bodies (Second Preview) [v9]
Archie Cobbs
acobbs at openjdk.org
Thu May 9 19:21:55 UTC 2024
On Thu, 9 May 2024 13:49:51 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:
>> Archie Cobbs has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 27 commits:
>>
>> - Merge branch 'master' into JDK-8325805
>> - Update feature name "statements before super()" -> "flexible constructors".
>> - Remove redundant type check.
>> - Use instanceof instead of hasTag().
>> - Refactor some common logic into new method Resolve.isEarlyReference().
>> - Minor improvements to method name and Javadoc description.
>> - Add assertion to Resolve.resolveSelf() verifying symbol name.
>> - Allow declaring and instantiating local classes prior to super().
>> - Merge branch 'master' into JDK-8325805
>> - Merge branch 'master' into JDK-8325805
>> - ... and 17 more: https://git.openjdk.org/jdk/compare/0a4eeeaa...963ca915
>
> Looks good to me!
@lahodaj & @vicente-romero-oracle thanks for the reviews & helpful comments.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18088#issuecomment-2103271256
More information about the compiler-dev
mailing list