Integrated: 8329432: PopFrame and ForceEarlyReturn functions should use JvmtiHandshake
Serguei Spitsyn
sspitsyn at openjdk.org
Thu Apr 11 01:18:57 UTC 2024
On Tue, 2 Apr 2024 00:22:28 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
> The internal JVM TI `JvmtiHandshake` and `JvmtiUnitedHandshakeClosure` classes were introduced in the JDK 22 to unify/simplify the JVM TI functions supporting implementation of the virtual threads. This enhancement is to refactor JVM TI functions `PopFrame` and `ForceEarlyReturn` on the base of `JvmtiHandshake` and `JvmtiUnitedHandshakeClosure` classes.
>
> Testing:
>
> Ran mach5 tiers 1-6
This pull request has now been integrated.
Changeset: 643dd48a
Author: Serguei Spitsyn <sspitsyn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/643dd48a2aa05388c55fa728a22885540b967a05
Stats: 45 lines in 3 files changed: 15 ins; 20 del; 10 mod
8329432: PopFrame and ForceEarlyReturn functions should use JvmtiHandshake
Reviewed-by: pchilanomate, lmesnik
-------------
PR: https://git.openjdk.org/jdk/pull/18570
More information about the serviceability-dev
mailing list