Integrated: JDK-8304036: Use CommandLine class from shared module
Christian Stein
cstein at openjdk.org
Tue Apr 25 04:20:19 UTC 2023
On Mon, 13 Mar 2023 08:16:54 GMT, Christian Stein <cstein at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: 24719190
Author: Christian Stein <cstein at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2471919020169aac4499ef40ed37eabd98c90da7
Stats: 345 lines in 14 files changed: 29 ins; 297 del; 19 mod
8304036: Use CommandLine class from shared module
Reviewed-by: jjg, mchung
-------------
PR: https://git.openjdk.org/jdk/pull/12997
More information about the core-libs-dev
mailing list