RFR: JDK-8306112 Implementation of JEP 445: Unnamed Classes and Instance Main Methods (Preview) [v33]
Jim Laskey
jlaskey at openjdk.org
Mon Jun 5 13:40:07 UTC 2023
> Add flexible main methods and anonymous main classes to the Java language.
Jim Laskey has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 53 commits:
- Merge branch 'master' into 8306112
- Requested clean ups
- Source code launcher to use getSimpleName() when launching unnamed class
- Update the specification for TypeElement#getQualifiedName and TypeElement#getSimpleName
- Use getQualifiedName() to indicate unnamed class
- ClassSymbol#getSimpleName() returning empty name breaks some tools
- Merge branch 'master' into 8306112
- Update reflection to follow spec
- Merge branch 'master' into 8306112
- Integrating JDK-8308913
- ... and 43 more: https://git.openjdk.org/jdk/compare/6d511f13...94d1eefd
-------------
Changes: https://git.openjdk.org/jdk/pull/13689/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13689&range=32
Stats: 1690 lines in 41 files changed: 1512 ins; 32 del; 146 mod
Patch: https://git.openjdk.org/jdk/pull/13689.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13689/head:pull/13689
PR: https://git.openjdk.org/jdk/pull/13689
More information about the build-dev
mailing list