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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • 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 \

            dsamersoff Dmitriy Samersoff
            lfoltan Lois Foltan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: