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

Daniel D.Daugherty dcubed at openjdk.java.net
Mon Jan 25 22:41:45 UTC 2021


On Mon, 25 Jan 2021 22:28:08 GMT, Chris Plummer <cjplummer at 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


More information about the serviceability-dev mailing list