Re: RFR: 8328758: GetCurrentContendedMonitor function should use JvmtiHandshake

2024-03-25 Thread Serguei Spitsyn
On Fri, 22 Mar 2024 02:44:38 GMT, Serguei Spitsyn 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

Re: RFR: 8328758: GetCurrentContendedMonitor function should use JvmtiHandshake

2024-03-25 Thread Patricio Chilano Mateo
On Fri, 22 Mar 2024 02:44:38 GMT, Serguei Spitsyn 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

Re: RFR: 8328758: GetCurrentContendedMonitor function should use JvmtiHandshake

2024-03-23 Thread Leonid Mesnik
On Fri, 22 Mar 2024 02:44:38 GMT, Serguei Spitsyn 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

RFR: 8328758: GetCurrentContendedMonitor function should use JvmtiHandshake

2024-03-21 Thread Serguei Spitsyn
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 `GetCurrentContendedMonitor` function on the base of `Jvmti