diff src/share/vm/runtime/os.cpp @ 2388:006b3750a4d4

Merge
author jcoomes
date Thu, 24 Mar 2011 23:06:13 -0700
parents fc416c2556ec
children 677234770800
line wrap: on
line diff
--- a/src/share/vm/runtime/os.cpp	Thu Mar 24 23:04:36 2011 -0700
+++ b/src/share/vm/runtime/os.cpp	Thu Mar 24 23:06:13 2011 -0700
@@ -1079,11 +1079,6 @@
         "%/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;