src/share/classes/com/sun/tools/javac/resources/compiler.properties

changeset 674
584365f256a7
parent 663
eb7c263aab73
child 689
77cc34d5e548
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Sep 07 17:31:54 2010 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Sep 07 17:32:27 2010 +0100
     1.3 @@ -128,6 +128,11 @@
     1.4  compiler.err.no.superclass=\
     1.5      {0} has no superclass
     1.6  
     1.7 +compiler.warn.type.parameter.on.polymorphic.signature=\
     1.8 +    change obsolete notation for MethodHandle invocations from x.<T>invoke(y) to (T)x.invoke(y)
     1.9 +compiler.warn.wrong.target.for.polymorphic.signature.definition=\
    1.10 +    MethodHandle API building requires -target 7 runtimes or better; current is -target {0}
    1.11 +
    1.12  compiler.err.concrete.inheritance.conflict=\
    1.13      methods {0} from {1} and {2} from {3} are inherited with the same signature
    1.14  
    1.15 @@ -1242,6 +1247,10 @@
    1.16      underscores in literals are not supported in -source {0}\n\
    1.17  (use -source 7 or higher to enable underscores in literals)
    1.18  
    1.19 +compiler.err.unsupported.exotic.id=\
    1.20 +    exotic identifiers #"___" are not supported in -source {0}\n\
    1.21 +(use -source 7 or higher to enable exotic identifiers)
    1.22 +
    1.23  compiler.err.automatic.resource.management.not.supported.in.source=\
    1.24      automatic resource management is not supported in -source {0}\n\
    1.25  (use -source 7 or higher to enable automatic resource management)

mercurial