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 253485 - org.netbeans.api.project.ProjectManager.findProject: LowPerformance took 49967 ms.
Summary: org.netbeans.api.project.ProjectManager.findProject: LowPerformance took 4996...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-07-15 07:38 UTC by Exceptions Reporter
Modified: 2015-07-15 07:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218543


Attachments
nps snapshot (124.87 KB, application/nps)
2015-07-15 07:38 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-07-15 07:38:42 UTC
This issue was reported manually by tstupka.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Mac OS X

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce



Maximum slowness yet reported was 49967 ms, average is 49967
Comment 1 Exceptions Reporter 2015-07-15 07:38:45 UTC
Created attachment 154637 [details]
nps snapshot
Comment 2 Tomas Stupka 2015-07-15 07:43:38 UTC
in AWT o.n.m.form.FormLAF.setUseDesignerDefaults() -> ClassPathUtils.getProjectClassLoader -> FOQ
where FOQ is being blocked by a concurrent project open. Unfortunately there is nothing we can do about it on project side
please evaluate if there is a chance to invoke the call outside of awt
feel free to close otherwise
thanks