langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
--- a/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties Thu Nov 03 09:12:02 2016 -0700
+++ b/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties Thu Nov 03 13:59:15 2016 -0700
@@ -2844,21 +2844,13 @@
compiler.err.duplicate.module.on.path=\
duplicate module on {0}\nmodule in {1}
-# 0: string
-compiler.err.xaddexports.malformed.entry=\
- bad value for --add-exports {0}
-
-# 0: string
-compiler.err.xaddexports.too.many=\
- multiple --add-exports options for {0}
-
-# 0: string
-compiler.err.xaddreads.malformed.entry=\
- bad value for --add-reads {0}
-
-# 0: string
-compiler.err.xaddreads.too.many=\
- multiple --add-reads options for {0}
+# 0: option name, 1: string
+compiler.warn.bad.name.for.option=\
+ bad name in value for {0} option: ''{1}''
+
+# 0: option name, 1: symbol
+compiler.warn.module.for.option.not.found=\
+ module name in {0} option not found: {1}
compiler.err.addmods.all.module.path.invalid=\
--add-modules ALL-MODULE-PATH can only be used when compiling the unnamed module
@@ -2878,10 +2870,6 @@
compiler.misc.cant.resolve.modules=\
cannot resolve modules
-# 0: symbol
-compiler.err.cant.find.module=\
- cannot find module: {0}
-
# 0: string
compiler.err.invalid.module.specifier=\
module specifier not allowed: {0}