RFR: 8247972: incorrect implementation of JVM TI GetObjectMonitorUsage [v21]
Serguei Spitsyn
sspitsyn at openjdk.org
Mon Mar 4 10:38:55 UTC 2024
On Mon, 4 Mar 2024 03:26:58 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> rename after merge: jvmti_common.h to jvmti_common.hpp
>
> test/hotspot/jtreg/serviceability/jvmti/ObjectMonitorUsage/ObjectMonitorUsage.java line 31:
>
>> 29: * DESCRIPTION
>> 30: * The test checks if the JVMTI function GetObjectMonitorUsage returns
>> 31: * the expected values for the owner, entry_count, water_count
>
> s/water_count/waiter_count/
Thanks, fixed now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17680#discussion_r1510947433
More information about the hotspot-dev
mailing list