RFR: JDK-8306112 Implementation of JEP 445: Unnamed Classes and Instance Main Methods (Preview) [v16]
Jim Laskey
jlaskey at openjdk.org
Thu Jun 1 13:13:20 UTC 2023
On Thu, 1 Jun 2023 12:55:28 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Yes. There is some juggling going on to get the code to align with the requirement and the interpretation thereof.
>
>> Yes. There is some juggling going on to get the code to align with the requirement and the interpretation thereof.
>
> Is this stable now, specifically the "Selecting a main method" section and the behavior change where an instance main takes precedence over an "inherited" static main? Just checking before doing another pass over the method finder.
I think so - additional changes will be coming from Joe via https://github.com/openjdk/jdk/pull/14165
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13689#discussion_r1213132645
More information about the core-libs-dev
mailing list