The JVMTI internal JvmtiHandshake and JvmtiUnitedHandshakeClosure classes were introduced in the JDK 22 to unify/simplify the JVMTI functions supporting implementation of the virtual threads. The JVMTI function GetThreadListStackTraces should be also refactored on the base of JvmtiHandshake/JvmtiUnitedHandshakeClosure classes.
- duplicates
-
JDK-8329491 GetThreadListStackTraces function should use JvmtiHandshake
- Resolved