Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add spider browser view #2

Open
eclipsewebmaster opened this issue May 8, 2024 · 0 comments
Open

add spider browser view #2

eclipsewebmaster opened this issue May 8, 2024 · 0 comments

Comments

@eclipsewebmaster
Copy link

| --- | --- |
| Bugzilla Link | 272330 |
| Status | NEW |
| Importance | P3 enhancement |
| Reported | Apr 15, 2009 11:11 EDT |
| Modified | Dec 05, 2009 08:42 EDT |
| Reporter | Randall Theobald |

Description

Often when doing memory analysis, I like to see a "spider" view of an instance. That is, which instances directly reference my current instance, and which instances are directly referenced by my current instance.

For example:

      Object_ID Depth Size Parents Children Class

parents: 003F41DB 3 105 1 23 java.lang.Object[]

current: 003F1234 4 24 1 1 java.lang.WeakReference

children: 00123454 5 24 1 0 java.lang.Integer

where the parents and children section might contain numerous parents, and each parent and child is clickable and directly makes that instance the current instance. This type of view can often provide information not apparent from other views in MAT (in my experience) since incoming and outgoing references are typically 2 separate views in MAT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant