On Tue, 28 May 2024 20:24:31 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> The > test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeProcess.java > uses cleanup() to kill debuggee process. > > However, most tests kill the debuggee process explicitly. I verified that > debuggee process is killed before test finishes. (Just by printing it's > status.) > > The fix adds a few checks debuggee.waitFor() int tests that didn't check > debuggee process code. This pull request has now been integrated. Changeset: b3e29db1 Author: Leonid Mesnik <lmes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b3e29db14466ccc64a2815224ecefab4cec4c775 Stats: 42 lines in 6 files changed: 16 ins; 21 del; 5 mod 8333108: Update vmTestbase/nsk/share/DebugeeProcess.java to don't use finalization Reviewed-by: cjplummer, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/19437