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 172763

Summary: AWT thread blocked for 12781 ms.
Product: ide Reporter: dlipin <dlipin>
Component: Exceptions ReporterAssignee: Jindrich Sedek <jsedek>
Status: RESOLVED FIXED    
Severity: blocker CC: misterm
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=158935
Issue Type: DEFECT Exception Reporter: 158935

Description dlipin 2009-09-22 13:24:39 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-3948-on-090918)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86
User comments: 
Maximum slowness yet reported was 12781 ms, average is 12781
Comment 1 Jindrich Sedek 2009-10-13 14:42:44 UTC
It seems class loading was terribly slow... nearly all the time was spend in classloading that I'm not able to fix, but 
I found one action taking over 3s that should be taken out of AWT Thread - fixing at least this.

b190d0c7fd5a
Comment 2 Jindrich Sedek 2009-10-13 15:17:03 UTC
*** Issue 170173 has been marked as a duplicate of this issue. ***
Comment 3 Quality Engineering 2009-10-15 10:24:43 UTC
Integrated into 'main-golden', will be available in build *200910150201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b190d0c7fd5a
User: Jindrich Sedek <jsedek@netbeans.org>
Log: issue #172763 - AWT thread blocked
Comment 4 Jindrich Sedek 2009-12-01 06:57:21 UTC
*** Bug 171495 has been marked as a duplicate of this bug. ***