RFR: 8369482: JVMTI + Loom: JDK-8368159 introduced safepoint poll in disallowed state
Patricio Chilano Mateo
pchilanomate at openjdk.org
Fri Oct 10 14:56:15 UTC 2025
On Fri, 10 Oct 2025 06:00:24 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
> > Also, pre-existing and maybe for a different bug, but seems we are missing a call to invalidate_jvmti_stack() for the preempt case.
>
> I can be but could you be more presize about the preempt case? What place do you mean?
>
So after freezing for the preempt case we should also call `invalidate_jvmti_stack()` in case there are FramePop requests in the carrier. I’m guessing we don’t have tests for this. But we could address it in a separate bug.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27716#issuecomment-3390600355
More information about the hotspot-dev
mailing list