RFR: 8369609: Continuations preempt_epilog is missing a call to invalidate_jvmti_stack

Serguei Spitsyn sspitsyn at openjdk.org
Fri Oct 17 20:11:15 UTC 2025


This is a simple fix to add missing call to `invalidate_jvmti_stack()` to the `freeze_epilog(ContinuationWrapper& cont)`.

Testing:
- TBD: Run mach5 tiers 1-6

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

Commit messages:
 - 8369609: Continuations preempt_epilog is missing a call to invalidate_jvmti_stack

Changes: https://git.openjdk.org/jdk/pull/27878/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27878&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8369609
  Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/27878.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27878/head:pull/27878

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


More information about the hotspot-runtime-dev mailing list