src/share/vm/runtime/os.cpp

Print this page

        

@@ -1077,15 +1077,10 @@
         "%/lib/rt.jar:"
         "%/lib/sunrsasign.jar:"
         "%/lib/jsse.jar:"
         "%/lib/jce.jar:"
         "%/lib/charsets.jar:"
-
-        // ## TEMPORARY hack to keep the legacy launcher working when
-        // ## only the boot module is installed (cf. j.l.ClassLoader)
-        "%/lib/modules/jdk.boot.jar:"
-
         "%/classes";
     char* sysclasspath = format_boot_path(classpath_format, home, home_len, fileSep, pathSep);
     if (sysclasspath == NULL) return false;
     Arguments::set_sysclasspath(sysclasspath);