-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208944 | 8u201 | Christoph Langer | P3 | Resolved | Fixed | b01 |
JDK-8201856 | 8u191 | Christoph Langer | P3 | Resolved | Fixed | b01 |
JDK-8201336 | 8u181 | Christoph Langer | P3 | Resolved | Fixed | b02 |
JDK-8216845 | emb-8u201 | Christoph Langer | P3 | Resolved | Fixed | master |
JDK-8203140 | emb-8u181 | Christoph Langer | P3 | Resolved | Fixed | b02 |
JDK-8208737 | openjdk7u | Christoph Langer | P3 | Resolved | Fixed | master |
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'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
- backported by
-
JDK-8201336 Unable to use JDWP API in JDK 8 to debug JDK 9 VM
- Resolved
-
JDK-8201856 Unable to use JDWP API in JDK 8 to debug JDK 9 VM
- Resolved
-
JDK-8203140 Unable to use JDWP API in JDK 8 to debug JDK 9 VM
- Resolved
-
JDK-8208737 Unable to use JDWP API in JDK 8 to debug JDK 9 VM
- Resolved
-
JDK-8208944 Unable to use JDWP API in JDK 8 to debug JDK 9 VM
- Resolved
-
JDK-8216845 Unable to use JDWP API in JDK 8 to debug JDK 9 VM
- Resolved
(1 backported by)
There are no Sub-Tasks for this issue.