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

Summary: [HeapWalker] retained size off by one
Product: profiler Reporter: Tomas Hurka <thurka>
Component: EngineAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal Keywords: VISUALVM
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: heap dump

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