On Mon, 25 Jan 2021 22:28:08 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Update copyright year >> - Remove unused code > > 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. ------------- PR: https://git.openjdk.java.net/jdk/pull/1910