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 144097 - Find Next Path to GC Root
Summary: Find Next Path to GC Root
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-15 16:27 UTC by Jaroslav Tulach
Modified: 2016-05-25 05:56 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 Jaroslav Tulach 2008-08-15 16:27:18 UTC
When fighting with memory leaks I really miss ability to find "next path to GC root". As a result I need to run my 
application, that memory dump, open in profiler, find path to nearest GC root, fix the problem, and do that once 
again. One such run takes at least 10min, so my productivity is really low. It would increase significantly if I could 
fix all known leaks and only then rerun the application.

The algorithm for finding more memoryleaks is simple, already implemented by NbTestCase.assertGC, however that system 
has troubles to identify all GC roots, that is why I need to use profiler then. Please implement "next GC root" or 
something similar in profiler as well.

http://hg.netbeans.org/main/rev/ea0da89c5729
Comment 1 Jaroslav Tulach 2016-05-25 05:56:43 UTC
Ping?