RFR: JDK-8281460: Let ObjectMonitor have its own NMT category
Thomas Stuefe
stuefe at openjdk.java.net
Tue Feb 8 14:50:24 UTC 2022
It would be useful to distinguish ObjectMonitor allocations in NMT, as a simple way to both to see the needed footprint as well as the number of allocated monitors.
Note, this needs [JDK-8281450](https://bugs.openjdk.java.net/browse/JDK-8281450) as a prerequisite.
-------------
Commit messages:
- mtObjectMonitor
Changes: https://git.openjdk.java.net/jdk/pull/7378/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7378&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8281460
Stats: 2 lines in 2 files changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/7378.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7378/head:pull/7378
PR: https://git.openjdk.java.net/jdk/pull/7378
More information about the hotspot-runtime-dev
mailing list