Integrated: 8369609: calls from Continuations to invalidate_jvmti_stack must be more accurate

Serguei Spitsyn sspitsyn at openjdk.org
Thu Oct 30 14:27:24 UTC 2025


On Fri, 17 Oct 2025 20:05:24 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

> This is a simple fix is to make calls to `invalidate_jvmti_stack()` from Contunuations code more accurate. We need these calls for pure/plain continuations only which are not executed in a context of virtual threads.
> 
> Testing:
> - TBD: Run mach5 tiers 1-6

This pull request has now been integrated.

Changeset: a33aa65f
Author:    Serguei Spitsyn <sspitsyn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a33aa65fbc70a91fe21e9016c393bb5a764cd75a
Stats:     9 lines in 1 file changed: 3 ins; 1 del; 5 mod

8369609: calls from Continuations to invalidate_jvmti_stack must be more accurate

Reviewed-by: pchilanomate, dholmes

-------------

PR: https://git.openjdk.org/jdk/pull/27878


More information about the hotspot-runtime-dev mailing list