RFR: JDK-8315458 Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview) [v43]
Jim Laskey
jlaskey at openjdk.org
Wed Nov 29 15:25:15 UTC 2023
> 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 two additional commits since the last revision:
- Update test/jdk/tools/launcher/InstanceMainTest.java
Co-authored-by: Jan Lahoda <51319204+lahodaj at users.noreply.github.com>
- Update test/jdk/tools/launcher/InstanceMainTest.java
Co-authored-by: Jan Lahoda <51319204+lahodaj at users.noreply.github.com>
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16461/files
- new: https://git.openjdk.org/jdk/pull/16461/files/2f7fdded..7ed4045a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16461&range=42
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16461&range=41-42
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/16461.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16461/head:pull/16461
PR: https://git.openjdk.org/jdk/pull/16461
More information about the compiler-dev
mailing list