#Eclipse MAT - Remove Self-Referential Inbounds

8 messages · Page 1 of 1 (latest)

undone scroll
#

I'm trying to track down a memory leak, and I can't figure out how to find what's retaining the object. Many of the object's members hold references to it, so the inbounds view is clogged up by those items that will get freed with the object.

Doing "shortest path to GC root" zooms out to the massive top level of the classloader itself, making me dig all the way down to find the object in question.

Does anyone know how to filter the inbounds of an object to just those that wouldn't get disposed with said object?

sacred foxBOT
#

This post has been reserved for your question.

Hey @undone scroll! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

worthy wagon
#

You might want to check the leak suspects report

#

you might be able to filter per class

#

that should mostly do what you want