RFR: JDK-8306112 Implementation of JEP 445: Unnamed Classes and Instance Main Methods (Preview) [v15]
Jim Laskey
jlaskey at openjdk.org
Tue May 16 18:34:49 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 29 commits:
- Merge branch 'master' into 8306112
- Requested Changes #2
- Update VirtualParser.java
- 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
- ... and 19 more: https://git.openjdk.org/jdk/compare/316bc79e...185532a8
-------------
Changes: https://git.openjdk.org/jdk/pull/13689/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13689&range=14
Stats: 1234 lines in 28 files changed: 1069 ins; 77 del; 88 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