--- old/src/share/classes/com/sun/tools/javac/resources/compiler.properties 2011-06-22 18:39:52.000000000 -0700 +++ new/src/share/classes/com/sun/tools/javac/resources/compiler.properties 2011-06-22 18:39:52.000000000 -0700 @@ -638,7 +638,7 @@ compiler.err.proc.no.service=\ A service loader class could not be found.\n\ - Either java.util.ServiceLoader or sun.misc.Service must be available. + The java.util.ServiceLoader class must be usable. compiler.err.proc.processor.bad.option.name=\ Bad option name ''{0}'' provided by processor ''{1}'' @@ -647,9 +647,6 @@ compiler.err.proc.processor.cant.instantiate=\ Could not instantiate an instance of processor ''{0}'' -compiler.err.proc.processor.constructor.error=\ - Exception thrown while constructing Processor object: {0} - # 0: string compiler.err.proc.processor.not.found=\ Annotation processor ''{0}'' not found