Details
-
Enhancement
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
18
-
b04
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8295888 | 17.0.6 | Thomas Stuefe | P4 | Resolved | Fixed | b01 |
Description
At the moment NMT prints a total of reserved and committed bytes. These numbers are the sum of malloc'ed memory as well as memory explicitly reserved and committed. If one wants to know how much C-heap NMT thinks the VM uses, one needs to add all numbers from the sub categories.
NMT should instead print the total number of malloced memory and malloc invocation count.
NMT should instead print the total number of malloced memory and malloc invocation count.
Attachments
Issue Links
- backported by
-
JDK-8295888 NMT should print total malloc bytes and invocation count
-
- Resolved
-