On Thu, 11 May 2023 11:03:28 GMT, Kevin Walls <kev...@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