src/share/vm/runtime/os.cpp

changeset 1997
0e7d2a08b605
parent 1907
c18cbe5936b8
child 2036
126ea7725993
     1.1 --- a/src/share/vm/runtime/os.cpp	Wed Jul 07 14:12:08 2010 -0400
     1.2 +++ b/src/share/vm/runtime/os.cpp	Wed Jul 07 15:35:58 2010 -0700
     1.3 @@ -886,6 +886,11 @@
     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