On Fri, 3 Jun 2022 21:43:02 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
>> A trivial fix that deletes an errant `debugee.resume()` call that causes a >> race >> between the debugger and debuggee. I've also corrected incorrect line number >> values mentioned in comments. >> >> This fix has been tested with the updated failing test both with and without >> the >> debug code that makes the failure easy to reproduce. The real test will be >> seeing >> if the failure stops reproducing in my stress testing runs on my M1 MacMini >> in >> my lab. > > Marked as reviewed by cjplummer (Reviewer). > @plummercj - Thanks for the review! > > Do you agree that this is a trivial change? Yes ------------- PR: https://git.openjdk.java.net/jdk/pull/9020