RFR: JDK-8281460: Let ObjectMonitor have its own NMT category
Thomas Stuefe
stuefe at openjdk.java.net
Wed Feb 9 05:38:11 UTC 2022
On Wed, 9 Feb 2022 01:45:28 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Hi Thomas,
>
> Looks fine as far as it goes, but leads me to wonder about related data structures e.g. `ObjectMonitorsHashtable`, which seems to use `mtThread`. ??
>
> Thanks, David
Hi David,
my intent was specifically to get a look at the number of outstanding ObjectMonitor instances. Do you think I am misusing NMT here? If yes, I'm fine with withdrawing the PR.
Cheers, Thomas
-------------
PR: https://git.openjdk.java.net/jdk/pull/7378
More information about the hotspot-runtime-dev
mailing list