langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
--- a/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties Thu Apr 28 08:26:42 2016 -0700
+++ b/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties Tue May 03 09:11:12 2016 +0100
@@ -53,12 +53,6 @@
Override location of system modules
javac.opt.upgrademodulepath=\
Override location of upgradeable modules
-javac.opt.Xbootclasspath.p=\
- Prepend to the bootstrap class path
-javac.opt.Xbootclasspath.a=\
- Append to the bootstrap class path
-javac.opt.Xpatch=\
- Specify location of module class files to patch
javac.opt.endorseddirs=\
Override location of endorsed standards path
javac.opt.extdirs=\
@@ -160,6 +154,10 @@
<pathname>
javac.opt.arg.file=\
<filename>
+javac.opt.Xbootclasspath.p=\
+ Prepend to the bootstrap class path
+javac.opt.Xbootclasspath.a=\
+ Append to the bootstrap class path
javac.opt.Xlint=\
Enable recommended warnings
javac.opt.Xlint.all=\
@@ -286,6 +284,11 @@
\ <other-module> may be ALL-UNNAMED to require the unnamed module.
javac.opt.arg.addReads=\
<module>=<other-module>(,<other-module>)*
+javac.opt.patch=\n\
+\ Override or augment a module with classes and resources\n\
+\ in JAR files or directories
+javac.opt.arg.patch=\
+ <module>=<file>(:<file>)*
javac.opt.module=\
Specify a module to which the classes being compiled belong.
javac.opt.arg.module=\