RFR: JDK-8315458 Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview) [v17]

Jim Laskey jlaskey at openjdk.org
Sat Nov 11 16:00:37 UTC 2023


On Sat, 11 Nov 2023 15:53:41 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:
> 
>   Clean up previous commit

Things should be fine now.

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

PR Comment: https://git.openjdk.org/jdk/pull/16461#issuecomment-1806851245


More information about the compiler-dev mailing list