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 190834 - getBiggestObjectsByRetainedSize hangs
Summary: getBiggestObjectsByRetainedSize hangs
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 17:25 UTC by Tomas Hurka
Modified: 2011-02-24 16:03 UTC (History)
0 users

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 Tomas Hurka 2010-10-07 17:25:25 UTC
The following code hangs in getBiggestObjectsByRetainedSize()

Heap heap = HeapFactory.createHeap(new File("path_heap_dump"));
List result = heap.getBiggestObjectsByRetainedSize(2);
Comment 1 Tomas Hurka 2010-10-07 17:34:48 UTC
Fixed in profiler-main

changeset:   178953:02ba0ab21b0f
user:        Tomas Hurka <thurka@netbeans.org>
date:        Thu Oct 07 19:29:17 2010 +0200
summary:     bugfix #190834, make sure that instances are computed before computing references
Comment 2 Quality Engineering 2010-10-09 15:24:22 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/02ba0ab21b0f
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #190834, make sure that instances are computed before computing references