-
Notifications
You must be signed in to change notification settings - Fork 46
Description
I was using jmc on Java 8 to find and reduce allocations by looking at the memory pressure for different call stacsk, which was correlated with allocations sizes (not object counts).
I'm now using the early access jmc, which I built, for Java 11. It appears that the memory pressure and allocation size is no longer available per call stack. There is only object count per call stack, which I believe is not correlated to GC pressure, or at least not as directly as allocation sizes.
Is there any plan to add back the pressure and size columns, and to be able to sort the call stacks by these values? If not I will have to evaluate other options for profiling, so I would very much appreciate a response, even if the answer is incomplete at this time.