RFR: 8328083: degrade virtual thread support for GetObjectMonitorUsage [v2]

Alan Bateman alanb at openjdk.org
Fri May 3 06:42:55 UTC 2024


On Thu, 2 May 2024 21:44:43 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review: Corrections in: 1) JVMTI/JDWP spec; 2) test vthread checks; 3) test comments
>
> src/hotspot/share/prims/jvmti.xml line 8280:
> 
>> 8278:           <description>
>> 8279:             The number of platform threads waiting to own this monitor, or <code>0</code>
>> 8280:             if only virtual threads are waiting or no threads are waiting
> 
> This is now exactly the same as `waiter_count` above. I don't think this is what you intended.

Indeed, looks like the description for waiter_count has been pasted in here in error.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19030#discussion_r1588796716


More information about the serviceability-dev mailing list