Withdrawn: 8266239: Some duplicated javac command-line options have repeated effect
duke
duke at openjdk.java.net
Sat Jul 24 15:18:07 UTC 2021
On Fri, 28 May 2021 12:29:45 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> Some duplicated info options (`--version`, `--help`, `--help-extra`, `--help-lint`, `--full-version`) have repeated effect. Please see the following example.
>
>
> $ javac -version -version
> javac 17-internal
> javac 17-internal
>
>
> The patch fixes it and adds a corresponding test case.
> Thank you for taking the time to review.
>
> Best Regards,
> -- Guoxiong
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4244
More information about the compiler-dev
mailing list