diff -r 9eb36cac6b64 -r f74e4269a50a src/share/classes/com/sun/tools/javac/resources/compiler.properties --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties Thu Jun 23 17:30:49 2011 -0700 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties Fri Jun 24 13:52:14 2011 -0700 @@ -637,8 +637,7 @@ Class names, ''{0}'', are only accepted if annotation processing is explicitly requested 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. + A ServiceLoader was not usable and is required for annotation processing. compiler.err.proc.processor.bad.option.name=\ Bad option name ''{0}'' provided by processor ''{1}'' @@ -647,9 +646,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