jdk/src/share/classes/sun/misc/BootClassLoaderHook.java
changeset 8197 e45f21c2a40b
parent 7668 d4a77089c587
--- a/jdk/src/share/classes/sun/misc/BootClassLoaderHook.java	Wed Jul 05 17:32:52 2017 +0200
+++ b/jdk/src/share/classes/sun/misc/BootClassLoaderHook.java	Wed Feb 09 09:19:33 2011 -0500
@@ -34,10 +34,7 @@
  * BootClassLoaderHook defines an interface for a hook to inject
  * into the bootstrap class loader.
  *
- * In jkernel build, the sun.jkernel.DownloadManager is set as
- * a BootClassLoaderHook by the jkernel VM after the VM is initialized.
- *
- * In other JDK builds, no hook is set.
+ * With jkernel now removed, no hook is set
  */
 public abstract class BootClassLoaderHook {
     private static BootClassLoaderHook bootLoaderHook = null;