On Wed, 29 Sep 2021 18:35:27 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
>> Hi, >> >> Please review this simple fix. As pointed out by @dholmes-ora in the bug >> comments, the ThreadDeath exception could be delivered and thrown while the >> target JavaThread is still executing within the Wicket.unlock call. To fix >> it I moved the unlock call inside the try block. I was able to reproduce the >> issue locally and verified the test now always passes with the fix. >> >> Thanks, >> Patricio > > Marked as reviewed by cjplummer (Reviewer). Thanks for the reviews @plummercj and @sspitsyn! ------------- PR: https://git.openjdk.java.net/jdk/pull/5742