RFR: JDK-8306112 Implementation of JEP 445: Unnamed Classes and Instance Main Methods (Preview) [v30]
Jim Laskey
jlaskey at openjdk.org
Fri Jun 2 11:51:24 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 47 commits:
- Merge branch 'master' into 8306112
- Update reflection to follow spec
- Merge branch 'master' into 8306112
- Integrating JDK-8308913
- Integrate JDK-8308916 and JDK-8308831 - javax.model
- Missing Preview feature enum
- Restrict access to unnamed class members when doing separate compilation.
- Merge branch 'master' into 8306112
- Remove mandated flag
- Remove trailing whitespace
- ... and 37 more: https://git.openjdk.org/jdk/compare/dc8bc6c9...0edcd9ae
-------------
Changes: https://git.openjdk.org/jdk/pull/13689/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13689&range=29
Stats: 1678 lines in 41 files changed: 1500 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