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

[Nestmates] JDI/JDWP version should have been updated

XMLWordPrintable

      From Serguei:

      It needs to be fixed in two files:

      src/jdk.jdi/share/classes/com/sun/tools/jdi/VirtualMachineManagerImpl.java
          private static final int majorVersion = 9; 9 => 11

      open/src/jdk.jdwp.agent/share/native/libjdwp/VirtualMachineImpl.c
        static int majorVersion = 9; /* JDWP major version */ 9 => 11


      I also looked at the JPDA/JDI documentation (in closed repo)
      and have not found any need for version update there.

            dholmes David Holmes
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: