RFR: JDK-8304036: Use CommandLine class from shared module [v7]
Christian Stein
cstein at openjdk.org
Tue Apr 25 03:59:12 UTC 2023
> This pull request addresses the open ends left by [JDK-8236919](https://bugs.openjdk.org/browse/JDK-8236919):
> - #11272
>
> Changes:
> - [x] Extend list of targeted exports of `jdk.internal.opt/jdk.internal.opt` to `jdk.compiler` and `jdk.javadoc`
> - [x] Use shared `CommandLine.java` in `jdk.compiler` module
> - [x] Use shared `CommandLine.java` in `jdk.javadoc` module
> - [x] Remove `CommandLine.java` from `jdk.compiler` module
Christian Stein has updated the pull request incrementally with one additional commit since the last revision:
Update copyright year
[skip ci]
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12997/files
- new: https://git.openjdk.org/jdk/pull/12997/files/26d14f82..0cc3d377
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12997&range=06
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12997&range=05-06
Stats: 6 lines in 6 files changed: 0 ins; 0 del; 6 mod
Patch: https://git.openjdk.org/jdk/pull/12997.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/12997/head:pull/12997
PR: https://git.openjdk.org/jdk/pull/12997
More information about the core-libs-dev
mailing list