Hotspot agent use of sun.boot.class.path needs to be updated for Jigsaw

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • svc
    • b115

      The system property sun.boot.class.path will not be available in JDK 9. The Hotspot agent has 3 uses of this property in the following files that should be reviewed and potentially removed.

      src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java: return getPath("sun.boot.class.path");

      src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaVM.java: return vm.getSystemProperty("sun.boot.class.path");

      src/jdk.hotspot.agent/test/jdi/runsa.sh: -Dsun.boot.class.path=$jdk/classes \

            Assignee:
            Dmitriy Samersoff
            Reporter:
            Lois Foltan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: