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

Summary: Stop profiling below this line breaks responsiveness
Product: profiler Reporter: iformanek <iformanek>
Component: BaseAssignee: J Bachorik <yardus>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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