Integrated: JDK-8315458 Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview)
Jim Laskey
jlaskey at openjdk.org
Thu Nov 30 12:54:13 UTC 2023
On Wed, 1 Nov 2023 18:56:13 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.
This pull request has now been integrated.
Changeset: 04ad98ed
Author: Jim Laskey <jlaskey at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/04ad98ed32cf899404a3ae13e24407e53be7ebc6
Stats: 1529 lines in 52 files changed: 671 ins; 723 del; 135 mod
8315458: Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview)
Reviewed-by: jlahoda, mcimadamore, vromero, rriggs, alanb, mchung
-------------
PR: https://git.openjdk.org/jdk/pull/16461
More information about the compiler-dev
mailing list