RFR: JDK-8304036: Use CommandLine class from shared module [v5]

Mandy Chung mchung at openjdk.org
Mon Apr 24 15:31:56 UTC 2023


On Sat, 22 Apr 2023 12:15:38 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
>
> Christian Stein has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Export `jdk.internal.opt` to `jdk.javadoc.interim`, too

Marked as reviewed by mchung (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/12997#pullrequestreview-1396760637


More information about the compiler-dev mailing list