7025628: Remove the temporary hack added for jdk modularization in hotspot

Tue, 22 Mar 2011 18:04:03 -0400

author
mchung
date
Tue, 22 Mar 2011 18:04:03 -0400
changeset 2669
fc416c2556ec
parent 2668
083f13976b51
child 2670
006b3750a4d4

7025628: Remove the temporary hack added for jdk modularization in hotspot
Summary: Removed
Reviewed-by: ohair, coleenp

src/share/vm/runtime/os.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/os.cpp	Mon Mar 21 22:16:19 2011 -0400
     1.2 +++ b/src/share/vm/runtime/os.cpp	Tue Mar 22 18:04:03 2011 -0400
     1.3 @@ -1079,11 +1079,6 @@
     1.4          "%/lib/jsse.jar:"
     1.5          "%/lib/jce.jar:"
     1.6          "%/lib/charsets.jar:"
     1.7 -
     1.8 -        // ## TEMPORARY hack to keep the legacy launcher working when
     1.9 -        // ## only the boot module is installed (cf. j.l.ClassLoader)
    1.10 -        "%/lib/modules/jdk.boot.jar:"
    1.11 -
    1.12          "%/classes";
    1.13      char* sysclasspath = format_boot_path(classpath_format, home, home_len, fileSep, pathSep);
    1.14      if (sysclasspath == NULL) return false;

mercurial