Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7025628

Remove the temporary hack added for jdk modularization in hotspot

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • hs21
    • 7
    • hotspot
    • b06
    • generic
    • generic
    • Not verified

        A temporary hack that was added in JDK 7 hotspot for jdk modularization
        should be removed since modularity is targetted for JDK 8.

        diff --git a/src/share/vm/runtime/os.cpp b/src/share/vm/runtime/os.cpp
        --- a/src/share/vm/runtime/os.cpp
        +++ b/src/share/vm/runtime/os.cpp
        @@ -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;

              mchung Mandy Chung
              mchung Mandy Chung
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: