On Wed, 28 Jan 2026 21:56:00 GMT, Patricio Chilano Mateo <[email protected]> wrote:
> Please review this small fix. In 8375362 we skipped the suspend check in > `MountUnmountDisabler::start_transition` for transition disablers to avoid > deadlocks, but that means we also need to update the assert in > `~UnmountBeginMark()`. I was able to reproduce the crash locally using > ThreadStateTest2.java and confirmed it is now fixed. > > Thanks, > Patricio Looks good. Strangely, I did not see this assert in my testing when the ThreadStateTest2 test was introduced. :) ------------- Marked as reviewed by sspitsyn (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/29473#pullrequestreview-3723550698
