jdk/src/java.desktop/share/classes/javax/imageio/spi/IIORegistry.java
changeset 27565 729f9700483a
parent 25859 3317bb8137f4
child 34416 68c0d866db5d
--- a/jdk/src/java.desktop/share/classes/javax/imageio/spi/IIORegistry.java	Tue Nov 18 15:25:16 2014 -0800
+++ b/jdk/src/java.desktop/share/classes/javax/imageio/spi/IIORegistry.java	Wed Dec 03 14:22:58 2014 +0000
@@ -64,10 +64,8 @@
  * <code>ImageWriter</code>, <code>ImageTranscoder</code>,
  * <code>ImageInputStream</code>, and <code>ImageOutputStream</code>.
  *
- * <p> Service providers found on the system classpath (typically
- * the <code>lib/ext</code> directory in the Java
- * installation directory) are automatically loaded as soon as this class is
- * instantiated.
+ * Service providers found from the Java platform are automatically
+ * loaded as soon as this class is instantiated.
  *
  * <p> When the <code>registerApplicationClasspathSpis</code> method
  * is called, service provider instances declared in the
@@ -227,9 +225,7 @@
 
     private void registerInstalledProviders() {
         /*
-          We need to load installed providers from the
-          system classpath (typically the <code>lib/ext</code>
-          directory in in the Java installation directory)
+          We need to load installed providers
           in the privileged mode in order to
           be able read corresponding jar files even if
           file read capability is restricted (like the