This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 83395 - Compare heap snapshots: check for Collection and Map objects that are growing
Summary: Compare heap snapshots: check for Collection and Map objects that are growing
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-24 15:10 UTC by _ gsporar
Modified: 2006-08-24 15:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gsporar 2006-08-24 15:10:41 UTC
This enhancement to the HeapWalker would add a diff capability that reports on a
very specific set of data: Collection and Map objects that are growing in size.

In large web/enterprise Java applications the source of memory leaks is
frequently a reference to an object that was unintentionally left in a
Collection or Map.  So having a tool that could compare two heap snapshots and
then report on which specific Collection or Map objects have increased in size
would be very helpful.