On Thu, 2 Jul 2026 16:32:05 GMT, Chris Plummer <[email protected]> wrote:

> The test wasn't consuming all ThreadStartEvents, meaning that 
> eventSet.resume() wasn't called, which left threads suspended, which meant 
> the debuggee never exited, which caused the debugger to timeout waiting for 
> it to exit. Updated EventListener to ignore the `isConnected` flag until 
> there are no more events.
> 
> The issue turned up about 1 in every 25000 runs. I ran about 75000 times with 
> the fix without any issues.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Ping. Still looking for 2 reviews. Changes are pretty simple.

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

PR Comment: https://git.openjdk.org/jdk/pull/31756#issuecomment-4907334538

Reply via email to