RFR: 8356811: Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 4

Alex Menkov amenkov at openjdk.org
Wed May 14 19:29:51 UTC 2025


On Wed, 14 May 2025 18:30:52 GMT, Chris Plummer <cjplummer at 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


More information about the serviceability-dev mailing list