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

Make the dependency from jdk.jcmd to jdk.hotspot.agent platform dependent

XMLWordPrintable

      Currently, jcmd has a hard dependency on the SA:

      $cat jdk/src/jdk.jcmd/share/classes/module-info.java
      module jdk.jcmd {
          requires jdk.attach;
          requires jdk.jvmstat;
          requires jdk.hotspot.agent; // until JDK-8059035 is complete
      }

      This will break every platform which does not implement the SA.

            mchung Mandy Chung (Inactive)
            simonis Volker Simonis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: