diff -r 273ddc5c37f3 -r 2d9d076cee41 jdk/src/share/classes/javax/imageio/spi/ServiceRegistry.java --- a/jdk/src/share/classes/javax/imageio/spi/ServiceRegistry.java Wed Feb 12 19:20:43 2014 +0800 +++ b/jdk/src/share/classes/javax/imageio/spi/ServiceRegistry.java Wed Feb 12 14:07:55 2014 +0000 @@ -123,15 +123,6 @@ } } - // The following two methods expose functionality from - // sun.misc.Service. If that class is made public, they may be - // removed. - // - // The sun.misc.ServiceConfigurationError class may also be - // exposed, in which case the references to 'an - // Error' below should be changed to 'a - // ServiceConfigurationError'. - /** * Searches for implementations of a particular service class * using the given class loader.