--- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Tue Sep 07 17:31:54 2010 +0100
+++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Tue Sep 07 17:32:27 2010 +0100
@@ -128,6 +128,11 @@
compiler.err.no.superclass=\
{0} has no superclass
+compiler.warn.type.parameter.on.polymorphic.signature=\
+ change obsolete notation for MethodHandle invocations from x.<T>invoke(y) to (T)x.invoke(y)
+compiler.warn.wrong.target.for.polymorphic.signature.definition=\
+ MethodHandle API building requires -target 7 runtimes or better; current is -target {0}
+
compiler.err.concrete.inheritance.conflict=\
methods {0} from {1} and {2} from {3} are inherited with the same signature
@@ -1242,6 +1247,10 @@
underscores in literals are not supported in -source {0}\n\
(use -source 7 or higher to enable underscores in literals)
+compiler.err.unsupported.exotic.id=\
+ exotic identifiers #"___" are not supported in -source {0}\n\
+(use -source 7 or higher to enable exotic identifiers)
+
compiler.err.automatic.resource.management.not.supported.in.source=\
automatic resource management is not supported in -source {0}\n\
(use -source 7 or higher to enable automatic resource management)