RFR: JDK-8315458 Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview) [v35]
Pavel Rappo
prappo at openjdk.org
Tue Nov 28 09:44:27 UTC 2023
On Fri, 24 Nov 2023 12:56:40 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:
>> Address changes from JEP 445 to JEP 463.
>>
>> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>>
>> - Don't mark class on read.
>>
>> - Remove reflection and annotation processing related to unnamed classes.
>>
>> - Simplify main method search.
>
> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>
> Requested changes
Jim, consider merging this PR with master to catch up. This PR is almost 250 commits behind master. That is a month of work. Also, if you merge, we could use this PR as a [dependency](https://mail.openjdk.org/pipermail/jdk-dev/2021-March/005232.html) for other PRs.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16461#issuecomment-1829444791
More information about the core-libs-dev
mailing list