diff -r 5715962c8831 -r 04f9bb270ab8 src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties --- a/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties Thu May 24 14:35:32 2018 +0530 +++ b/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties Thu May 24 11:13:42 2018 +0100 @@ -1098,10 +1098,6 @@ compiler.err.signature.doesnt.match.intf=\ signature does not match {0}; incompatible interfaces -# 0: number, 1: number -compiler.err.method.invoked.with.incorrect.number.arguments=\ - method invoked with incorrect number of arguments; expected {0}, found {1} - # 0: symbol, 1: symbol, 2: symbol compiler.err.does.not.override.abstract=\ {0} is not abstract and does not override abstract method {1} in {2} @@ -1723,6 +1719,11 @@ cast to {0} for a varargs call\n\ cast to {1} for a non-varargs call and to suppress this warning +# 0: target, 1: target +compiler.err.bad.target.sigpoly.call=\ + polymorphic signature calls are not supported in -target {0}\n\ + (use -target {1} or higher to enable polymorphic signature calls) + # 0: list of type compiler.warn.unreachable.catch=\ unreachable catch clause\n\