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 172526 - AWT thread blocked for 26593 ms.
Summary: AWT thread blocked for 26593 ms.
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL: http://statistics.netbeans.org/except...
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2009-09-17 21:13 UTC by Exceptions Reporter
Modified: 2009-09-24 12:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 158714


Attachments
nps snapshot (56.97 KB, bin/nps)
2009-09-17 21:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2009-09-17 21:13:33 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-3942-on-090917)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.2, x86
Maximum slowness yet reported was 26593 ms, average is 26593
Comment 1 Exceptions Reporter 2009-09-17 21:13:46 UTC
Created attachment 87888 [details]
nps snapshot
Comment 2 Milos Kleint 2009-09-22 13:08:40 UTC
http://hg.netbeans.org/main/rev/c93e959d04e2
the model lineage is cached within the PPHImpl, reset triggered by the NMPImpl MavenProject instance reloads. Reusing
one instance of projectembedder instead of the repeated creation of online embedder should speed things up as well.
Additionally don't look for module projects for profiles recursively (too much overhead, little value added) 
Comment 3 Quality Engineering 2009-09-24 12:33:15 UTC
Integrated into 'main-golden', will be available in build *200909230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/14bc1ffecb73
User: Milos Kleint <mkleint@netbeans.org>
Log: #172526 keep model lineage cached, simplify the profile id extraction