--- a/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties Mon Feb 05 06:43:23 2018 -0500
+++ b/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties Mon Feb 05 10:43:31 2018 -0500
@@ -1758,6 +1758,11 @@
compiler.err.option.removed.target=\
Target option {0} is no longer supported. Use {1} or later.
+
+# 0: string, 1: string
+compiler.warn.option.parameters.unsupported=\
+ -parameters is not supported for target value {0}. Use {1} or later.
+
compiler.warn.option.obsolete.suppression=\
To suppress warnings about obsolete options, use -Xlint:-options.