Patricio Chilano Mateo
Patricio Chilano Mateo
FTR we are not processing this special exit condition when transitioning from `_thread_blocked` to `_thread_in_vm` already, so I would assume it should be also okay for any native->vm transition.
/label remove core-libs
> This seems to be a "day one" bug with virtual threads. Do you have an idea as to why it has not been noticed before? > Yes, it's a...
> > The patch includes new test OSRWithManyLocals.java which reliably reproduces the crash. I thought about adding it to the existing OSRTest.java but that was created to exercise a different...
Thanks for the reviews David and Alan!
@reinrich @TheRealMDoerr Could you verify if this fix is correct for ppc too? Thanks.
> > > @reinrich @TheRealMDoerr Could you verify if this fix is correct for ppc too? Thanks. > > > > > > The fix looks correct. Strangely the reproducer...
> So the bug report talks about two different deadlocks and we have added two new test cases to SuspendWithObjectMonitorWait.java. > > I think the new `doWork2` test case is...
Thanks for the reviews @dholmes-ora, @coleenp, @shipilev and @tstuefe!