On Thu, 4 Apr 2024 15:28:41 GMT, Serguei Spitsyn <sspit...@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 the JVM TI internal functions > JvmtiEnvThreadState::reset_current_location on the base of JvmtiHandshake and > JvmtiUnitedHandshakeClosure classes. > > Testing: > - Ran mach5 tiers 1-6 This pull request has now been integrated. Changeset: c1c99a66 Author: Serguei Spitsyn <sspit...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/c1c99a669bb7f9928086db6a4ecfc90c410ffbb0 Stats: 101 lines in 3 files changed: 28 ins; 67 del; 6 mod 8329674: JvmtiEnvThreadState::reset_current_location function should use JvmtiHandshake Reviewed-by: lmesnik, pchilanomate ------------- PR: https://git.openjdk.org/jdk/pull/18630