On Fri, 10 Jul 2026 20:17:44 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). > > Chris Plummer has updated the pull request incrementally with one additional > commit since the last revision: > > fix loop Thank you for update. Looks good. ------------- Marked as reviewed by sspitsyn (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/31756#pullrequestreview-4688431862
