Re: RFR: 8256314: JVM TI GetCurrentContendedMonitor is implemented incorrectly [v8]

2024-03-11 Thread Daniel D . Daugherty
On Fri, 8 Mar 2024 06:05:09 GMT, Serguei Spitsyn wrote: >> The implementation of the JVM TI `GetCurrentContendedMonitor()` does not >> match the spec. It can sometimes return an incorrect information about the >> contended monitor. Such a behavior does not match the function spec. >> With

Re: RFR: 8256314: JVM TI GetCurrentContendedMonitor is implemented incorrectly [v8]

2024-03-11 Thread Daniel D . Daugherty
On Fri, 8 Mar 2024 06:05:09 GMT, Serguei Spitsyn wrote: >> The implementation of the JVM TI `GetCurrentContendedMonitor()` does not >> match the spec. It can sometimes return an incorrect information about the >> contended monitor. Such a behavior does not match the function spec. >> With

Re: RFR: 8256314: JVM TI GetCurrentContendedMonitor is implemented incorrectly [v8]

2024-03-07 Thread Serguei Spitsyn
> The implementation of the JVM TI `GetCurrentContendedMonitor()` does not > match the spec. It can sometimes return an incorrect information about the > contended monitor. Such a behavior does not match the function spec. > With this update the `GetCurrentContendedMonitor()` is returning the