RFR: JDK12 doc-only JDK-8210561: Command-line help wrong for javac --module
Joe Darcy
joe.darcy at oracle.com
Fri Jan 11 19:23:52 UTC 2019
+1
-Joe
On 1/11/2019 11:18 AM, Jonathan Gibbons wrote:
> Please review a small doc-only fix in a resource file for the javac
> command-line help for --module.
>
> Patch is inline, here:
>
>
> $ hg diff
> diff -r fbc921683f02
> src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
> ---
> a/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
> Fri Jan 11 13:34:57 2019 +0100
> +++
> b/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
> Fri Jan 11 11:16:54 2019 -0800
> @@ -44,7 +44,7 @@
> javac.opt.sourcepath=\
> Specify where to find input source files
> javac.opt.m=\
> - Compile only the specified module, check timestamps
> + Compile only the specified module(s), check timestamps
> javac.opt.modulesourcepath=\
> Specify where to find input source files for multiple modules
> javac.opt.bootclasspath=\
> @@ -108,7 +108,7 @@
> javac.opt.arg.mspath=\
> <module-source-path>
> javac.opt.arg.m=\
> - <module-name>
> + <module>(,<module>)*
> javac.opt.arg.jdk=\
> <jdk>|none
> javac.opt.arg.dirs=\
>
>
> -- Jon
>
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8210561
> CSR:https://bugs.openjdk.java.net/browse/JDK-8216402
>
More information about the compiler-dev
mailing list