Re: RFR: 8328285: GetOwnedMonitorInfo functions should use JvmtiHandshake [v5]

2024-03-21 Thread Serguei Spitsyn
On Thu, 21 Mar 2024 01:09:52 GMT, Serguei Spitsyn wrote: >> The `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 func

Re: RFR: 8328285: GetOwnedMonitorInfo functions should use JvmtiHandshake [v5]

2024-03-21 Thread Patricio Chilano Mateo
On Thu, 21 Mar 2024 01:09:52 GMT, Serguei Spitsyn wrote: >> The `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 func

Re: RFR: 8328285: GetOwnedMonitorInfo functions should use JvmtiHandshake [v5]

2024-03-20 Thread Leonid Mesnik
On Thu, 21 Mar 2024 01:09:52 GMT, Serguei Spitsyn wrote: >> The `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 func

Re: RFR: 8328285: GetOwnedMonitorInfo functions should use JvmtiHandshake [v5]

2024-03-20 Thread Serguei Spitsyn
> The `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 `GetOwnedMonitorInfo` and `GetOwnedMonitorStackDepthInfo`