On Wed, 14 May 2025 18:30:52 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:

> I'm not so sure the added error handling is of any real benefit here, and 
> just adds to the already overdone error handling. Exceptions seem to properly 
> result in a quick exit, and in fact it is the error handling that can result 
> in not exiting quickly due to trying to sync with the debuggee.

My concern is about debugee process. I'm not sure all tests have a debugees 
which exits shortly after the debugger disconnects. So we can get stale 
debuggee processes on test failures

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25190#discussion_r2089597600

Reply via email to