On Tue, 29 Jun 2021 07:46:39 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
>> src/hotspot/share/code/nmethod.cpp line 1611: >> >>> 1609: return; >>> 1610: } >>> 1611: mark_as_seen_on_stack(); >> >> Not obvious what this actually does in relation to the dequeuing problem. > > updated comments I'm not 100% this is needed because we don't handshake this thread and we just checked that it can't be converted to zombie, but I don't think this hurts anything and I thought it might be needed. ------------- PR: https://git.openjdk.java.net/jdk/pull/4602