On Mon, 25 Jan 2021 22:38:38 GMT, Daniel D. Daugherty <dcu...@openjdk.org> 
wrote:

>> src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/ObjectSynchronizer.java
>>  line 97:
>> 
>>> 95:       }
>>> 96:       mon = new ObjectMonitor(monAddr);
>>> 97:       return mon;
>> 
>> Are JVMTI raw monitors now in the `inUseList`?
>
> inUseList only contains ObjectMonitors. No raw monitors (JVM/TI or otherwise)
> are managed on that list.

Ok, then I think this comment needs to be retained.

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

PR: https://git.openjdk.java.net/jdk/pull/1910

Reply via email to