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 221569 - [Heapwalker] Retained size for class is nonsensical for finalizers
Summary: [Heapwalker] Retained size for class is nonsensical for finalizers
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 7.3
Hardware: PC All
: P2 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-06 15:40 UTC by Petr Cyhelsky
Modified: 2012-11-21 13:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-11-06 15:40:49 UTC
Steps: open a heap dump - compute retained sizes -> sort classes view by retained size -> first row doesn't make sense
Comment 1 Tomas Hurka 2012-11-19 08:36:58 UTC
Fixed in profiler-main.

changeset:   239453:3947469fc8fe
user:        Tomas Hurka <thurka@netbeans.org>
date:        Mon Nov 19 09:35:18 2012 +0100
summary:     bugfix #221569, do not count instances, which are under another instance of the same class
Comment 2 Quality Engineering 2012-11-21 13:38:44 UTC
Integrated into 'main-golden', will be available in build *201211211016* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3947469fc8fe
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #221569, do not count instances, which are under another instance of the same class