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 168696 - AWT thread blocked for 3,095 ms.
Summary: AWT thread blocked for 3,095 ms.
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrey Yamkovoy
URL: http://statistics.netbeans.org/except...
Keywords:
: 169337 169527 171282 171641 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-16 16:28 UTC by Kenneth Ganfield
Modified: 2009-09-16 10:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153788


Attachments
nps snapshot (23.72 KB, bin/nps)
2009-07-16 16:28 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2009-07-16 16:28:15 UTC
Build: NetBeans IDE Dev (Build 200907150249)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-83, Java(TM) SE Runtime Environment, 1.6.0_13-b03-211
OS: Mac OS X, 10.5.7, x86_64
Maximal alredy reported slowness was 3095 ms, average is 3095
Comment 1 Kenneth Ganfield 2009-07-16 16:28:24 UTC
Created attachment 84842 [details]
nps snapshot
Comment 2 Petr Jiricka 2009-08-28 15:29:03 UTC
The problem is in org.netbeans.modules.web.project.ui.EjbsNodeFactory. Looks like the isViewEmpty method is really
expensive.
Comment 3 Petr Jiricka 2009-08-28 15:58:44 UTC
Also, all this work was done in AWT thread - shouldn't it be scheduled to some other thread?
Comment 4 Petr Jiricka 2009-09-09 16:51:33 UTC
Just one report -> P3.
Comment 5 Andrey Yamkovoy 2009-09-11 12:19:02 UTC
*** Issue 169527 has been marked as a duplicate of this issue. ***
Comment 6 Andrey Yamkovoy 2009-09-11 12:19:59 UTC
*** Issue 169337 has been marked as a duplicate of this issue. ***
Comment 7 Andrey Yamkovoy 2009-09-11 12:48:39 UTC
Fixed in the web-main.
Comment 8 Quality Engineering 2009-09-13 21:06:02 UTC
Integrated into 'main-golden', will be available in build *200909131354* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/60aa9e4d1281
User: Andrey Yamkovoy <kaktus@netbeans.org>
Log: Fix for #168696 - AWT thread blocked for 3,095 ms.
Comment 9 Andrey Yamkovoy 2009-09-14 14:49:47 UTC
*** Issue 171282 has been marked as a duplicate of this issue. ***
Comment 10 Andrey Yamkovoy 2009-09-16 10:13:49 UTC
*** Issue 171641 has been marked as a duplicate of this issue. ***