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

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

    XMLWordPrintable

Details

    • b01

    Backports

      Description

        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

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: