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 190820 - [HeapWalker] retained size off by one
Summary: [HeapWalker] retained size off by one
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2010-10-07 07:08 UTC by Tomas Hurka
Modified: 2010-10-29 15:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
heap dump (742.10 KB, application/x-gzip)
2010-10-07 07:08 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2010-10-07 07:08:45 UTC
Created attachment 102293 [details]
heap dump

Open attached heap dump and compute retained size.
Retained size for java.io.BufferedInputStream#1 should be 8240 and not 8239.
Comment 1 Quality Engineering 2010-10-09 15:26:49 UTC
Integrated into 'main-golden', will be available in build *201010090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a79f5035dec8
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #190820, get rid of -1 used in TreeObject
Comment 2 Tomas Hurka 2010-10-29 15:25:39 UTC
Fixed in profiler-main