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

Unable to use JDWP API in JDK 8 to debug JDK 9 VM

XMLWordPrintable

    • b01

        Reported @ http://mail.openjdk.java.net/pipermail/serviceability-dev/2018-February/022934.html

        there's a bug in VirtualMachineImpl.canGetInstanceInfo:
        if (versionInfo().jdwpMajor < 1 ||
             versionInfo().jdwpMinor < 6) {
             return false;
        }
        it returns false because jdwpMinor is 0 for jdk 9

          There are no Sub-Tasks for this issue.

              clanger Christoph Langer
              coffeys Sean Coffey
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: