RFR: 8335134: Test com/sun/jdi/BreakpointOnClassPrepare.java timeout

Chris Plummer cjplummer at openjdk.org
Thu Jun 27 22:03:18 UTC 2024


On Wed, 26 Jun 2024 17:26:52 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> Allow ObjectCollectedException during ThreadReference.toString() call. This can happen when using SUSPEND_NONE since the thread continues to run after hitting the breakpoint.
> 
> So far I've just run the test locally. I'll run the full suite of debugger tests before committing. Note I don't know how to reproduce the filed issue. We have not seen this turn up in our CI yet, but theoretically the ObjectCollectedException can happen.

Thanks for the reviews Kevin and Coleen!

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

PR Comment: https://git.openjdk.org/jdk/pull/19910#issuecomment-2195730999


More information about the serviceability-dev mailing list