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

Summary: getBiggestObjectsByRetainedSize hangs
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:

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