RFR: 8329491: GetThreadListStackTraces function should use JvmtiHandshake [v2]

Serguei Spitsyn sspitsyn at openjdk.org
Wed Apr 3 00:00:11 UTC 2024


On Tue, 2 Apr 2024 23:52:33 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 the JVM TI function `GetThreadListStackTraces` on the base of `JvmtiHandshake` and `JvmtiUnitedHandshakeClosure` classes.
>> 
>> Testing:
>>  - Ran mach5 tiers 1-6
>
> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review: cleanup - removed temporary logging used for debugging

Patricio, thank you for prompt review!

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

PR Comment: https://git.openjdk.org/jdk/pull/18574#issuecomment-2033297704


More information about the hotspot-dev mailing list