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, [email protected] 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