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 180291 - AWT thread blocked for 99625 ms.
Summary: AWT thread blocked for 99625 ms.
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Alexey Butenko
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-02-04 09:42 UTC by Exceptions Reporter
Modified: 2010-02-11 21:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 163419


Attachments
nps snapshot (256.00 KB, application/nps)
2010-02-04 09:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-02-04 09:42:15 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-ea-b11
OS: Windows XP

User Comments:
GUEST: Trying to navigate to a class from Springconfig.xml



Maximum slowness yet reported was 99625 ms, average is 40349
Comment 1 Exceptions Reporter 2010-02-04 09:42:21 UTC
Created attachment 93872 [details]
nps snapshot
Comment 2 Alexey Butenko 2010-02-11 04:10:59 UTC
I don't see that slowness related to the Spring from snapshot.

Reassigning to jpda debugger for evaluation, because it is present in snapshot.
Comment 3 Martin Entlicher 2010-02-11 05:09:36 UTC
Moving back.
Can you please point me to the place where you see jpda debugger? I do not see it anywhere.
I see a problem in the waiting at java.util.concurrent.locks.ReentrantLock.lock() in all snapshots. And this is called from org.netbeans.modules.spring.java.JavaUtils.findAndOpenJavaClass()
Comment 4 Alexey Butenko 2010-02-11 05:27:15 UTC
You are right, I apologize, I was looking into different thread.

(In reply to comment #3)
> Moving back.
> Can you please point me to the place where you see jpda debugger? I do not see
> it anywhere.
> I see a problem in the waiting at
> java.util.concurrent.locks.ReentrantLock.lock() in all snapshots. And this is
> called from org.netbeans.modules.spring.java.JavaUtils.findAndOpenJavaClass()
Comment 5 Alexey Butenko 2010-02-11 07:53:23 UTC
http://hg.netbeans.org/web-main/rev/53011130270c
Comment 6 Quality Engineering 2010-02-11 21:20:09 UTC
Integrated into 'main-golden', will be available in build *201002120200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/53011130270c
User: Alexey Butenko <alexeybutenko@netbeans.org>
Log: #180291: AWT thread blocked for 99625 ms