RFR: 8259008: ArithmeticException was thrown at "Monitor Cache Dump" on HSDB [v3]

Chris Plummer cjplummer at openjdk.java.net
Mon Jan 25 23:10:43 UTC 2021


On Mon, 25 Jan 2021 22:38:38 GMT, Daniel D. Daugherty <dcubed at 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


More information about the serviceability-dev mailing list