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 59857 - Stop profiling below this line breaks responsiveness
Summary: Stop profiling below this line breaks responsiveness
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-10 17:41 UTC by iformanek
Modified: 2011-10-10 12:29 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 iformanek 2005-06-10 17:41:29 UTC
Action Stop profiling below this line in Liveness memory results is performed 
in Event Queue and since it can take several seconds, it can break UI 
responsiveness.
Comment 1 iformanek 2005-12-11 14:05:50 UTC
Will not address in 1.0
Comment 2 J Bachorik 2011-10-07 13:16:20 UTC
Fixed by using SwingWorker for doing the CPU intensive tasks.

http://hg.netbeans.org/profiler-main/rev/baaf911e0705
Comment 3 Quality Engineering 2011-10-10 12:29:55 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/baaf911e0705
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #59857: Using SwingWorker not to block EDT while retransforming classes