RFR: JDK-8218701: jdb tests failed with AGENT_ERROR_INVALID_THREAD
Chris Plummer
chris.plummer at oracle.com
Thu May 23 17:23:08 UTC 2019
Hi Gary,
So a JVMTI event came in on a valid thread, got processed by the Debug
Agent and enqueued to be sent to the Debugger. However, before it was
actually sent, the thread became invalid. Am I understanding this issue
correctly?
thanks,
Chris
On 5/23/19 2:59 AM, gary.adams at oracle.com wrote:
> This proposed workaround ensures that the delay between a suspend request
> passing through the jdwp command queue will not fail due to a no longer
> running thread.
>
> Webrev: http://cr.openjdk.java.net/~gadams/8218701/webrev/
> Issue: https://bugs.openjdk.java.net/browse/JDK-8218701
>
More information about the serviceability-dev
mailing list