mat
mat copied to clipboard
The Eclipse Memory Analyzer is a fast and feature-rich Java heap dump analyzer that helps you find memory leaks and reduce memory consumption.
| --- | --- | | Bugzilla Link | [272330](https://bugs.eclipse.org/bugs/show_bug.cgi?id=272330) | | Status | NEW | | Importance | P3 enhancement | | Reported | Apr 15, 2009 11:11 EDT...
| --- | --- | | Bugzilla Link | [272324](https://bugs.eclipse.org/bugs/show_bug.cgi?id=272324) | | Status | ASSIGNED | | Importance | P3 enhancement | | Reported | Apr 15, 2009 10:52 EDT...
A user would like to be able to right click an object in the Dominator Tree and find the next largest drop in retained heap sizes. Ideally, this would simply...
I opened a heap dump (HPROF file) and got `java.lang.NoClassDefFoundError: com/ibm/icu/util/UResourceBundle`. Diagrams are not visible, _e.g._ in the _Top Consumers_ view:  **Stack trace** ```java java.lang.NoClassDefFoundError: com/ibm/icu/util/UResourceBundle at org.eclipse.birt.chart.model.impl.ChartImpl.initialize(ChartImpl.java:1385) at...
Fixes #123 by adding a new Select Objects by Field query. Given a set of selected objects and a `field` parameter, resolve the `field` for every selected object (supports field...
As per #114, add a new second sentence (in bold below) that lists up to the top 3 consumers of the suspect's retained heap; for example: > The class com.example.AllocateObject,...
I had a use case where a Hashtable had over 100K instances of class X, each instance of class X had a reference path down a few levels (let's call...
A leak suspect report paragraph starts with something like: > The class com.example.AllocateObject, loaded by swat#swat-war.war, occupies 187.01 MB (76.19%) bytes. The memory is accumulated in one instance of java.lang.Object[],...
Hello. When writing queries like this in xml report or in -command param of command line, how do i escape the `${snapshot}` part? I tried multiple combos like` $${snapshot} `,...
Caused by: java.lang.NullPointerException at org.eclipse.mat.snapshot.SnapshotFactory.(SnapshotFactory.java:88) ... 1 more