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 - AWT thread blocked for 12781 ms.
Summary: AWT thread blocked for 12781 ms.
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jindrich Sedek
URL: http://statistics.netbeans.org/except...
Keywords:
: 170173 171495 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-09-22 13:24 UTC by dlipin
Modified: 2009-12-01 06:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158935


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***