On Wed, 24 Sep 2025 05:02:01 GMT, Chris Plummer <[email protected]> wrote:

> But if we are not in interp_only mode isn't it already invalidated?

It does not need to be invalidated if not in `interp_only` mode.
The issue I see is with the test 
`test/hotspot/jtreg/serviceability/jvmti/vthread/ContStackDepthTest` only which 
is for plain Continuations. Otherwise, the `invalidate_jvmti_stack()` would not 
be needed. It plays as a workaround to make this test to pass. It seems there 
is a bug related to plain Continuation lurking somewhere.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27403#discussion_r2377137978

Reply via email to