RFR: JDK-8306112 Implementation of JEP 445: Unnamed Classes and Instance Main Methods (Preview) [v12]
Jim Laskey
jlaskey at openjdk.org
Thu May 11 10:54:12 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 26 commits:
- Merge branch 'master' into 8306112
- Refactor source code launcher
- Typo
- Recommended changes #2
- Anonymous main classes renamed to unnamed classes
- Add test
- Move AnonymousMainClass to parser
- Revert java launch
- Leave exception alone
- Unused variables
- ... and 16 more: https://git.openjdk.org/jdk/compare/cc396895...c3cfa837
-------------
Changes: https://git.openjdk.org/jdk/pull/13689/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13689&range=11
Stats: 1234 lines in 28 files changed: 1068 ins; 77 del; 89 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 core-libs-dev
mailing list