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 82045 - [heapwalker] Classes and Instances lists are computed in AWT-EventQueue
Summary: [heapwalker] Classes and Instances lists are computed in AWT-EventQueue
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2006-08-07 10:56 UTC by Jiri Sedlacek
Modified: 2007-04-03 14:41 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 Jiri Sedlacek 2006-08-07 10:56:19 UTC
Lists of classes (when heapdump is loaded) and instances (when a class is 
selected) are computed in AWT-EventQueue which breaks IDE responsivenes.
Comment 1 Jiri Sedlacek 2006-08-07 21:51:49 UTC
List of instances is now created asynchronously in separate thread. Computing 
list of classes takes no real time and is kept in AWT-EventQueue, actually 
performance problem was caused by computing HeapSummary which is now computed 
in separate thread within loading the heap dump.

Fixed for M2.
Comment 2 Jiri Sedlacek 2007-04-03 14:41:50 UTC
Verified.