JDK 12 points to outdated javac documentation
Jonathan Gibbons
jonathan.gibbons at oracle.com
Mon May 6 14:38:39 UTC 2019
Christian,
Thank you for the information. This is being addressed.
-- Jon
On 5/6/19 3:20 AM, Christian Stein wrote:
> Hi!
>
> The "Tool & command reference" link on [1] points
> to an outdated version (perhaps some 12-ea build) of
> JDK 12 at [2].
>
> It reads at [2]:
> ___
>
> --module module-name or -m module-name
> Compiles only the specified module and checks time stamps.
> ___
>
> but already "javac" from 12+32 (RI) reports at the command line:
> ___
>
> --module <module>(,<module>)*, -m <module>(,<module>)*
> Compile only the specified module(s), check timestamps
> ___
>
> Same goes for the current 12.0.1+12 build of "javac".
>
> Cheers,
> Christian
>
> [1] https://jdk.java.net/12/
> [2] https://docs.oracle.com/en/java/javase/12/tools/javac.html
More information about the web-discuss
mailing list