RFR: 8307885: com/sun/jdi/ConnectedVMs.java fails with "Invalid debuggee exitValue: 0"

Chris Plummer cjplummer at openjdk.org
Thu May 11 15:32:42 UTC 2023


On Thu, 11 May 2023 11:03:28 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> passName doesn't get passed to InstTarg, otherwise it could wait at the end in the "Kill" case, as if we want to see a process exit in response to a SIGTERM, then that process needs to wait around

It would be easy to pass it to InstTarg.main(), but then you still have the issue of how long to sleep() and need to do it for 2 of the 4 tests cases, so it doesn't really help much.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13923#issuecomment-1544203027


More information about the serviceability-dev mailing list