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 229562 - org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation.updateIcon: LowPerformance took 24828 ms.
Summary: org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation.upd...
Status: RESOLVED DUPLICATE of bug 205868
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords: PERFORMANCE
Depends on: 206427
Blocks:
  Show dependency tree
 
Reported: 2013-05-10 00:59 UTC by legming
Modified: 2013-06-06 11:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200551


Attachments
nps snapshot (62.89 KB, application/nps)
2013-05-10 00:59 UTC, legming
Details

Note You need to log in before you can comment on or make changes to this bug.
Description legming 2013-05-10 00:59:02 UTC
This bug was originally marked as duplicate of bug 206427, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP

User Comments:
legming: <Please provide a description of the problem or the steps to reproduce>
1 start ide
2 load last project's



Maximum slowness yet reported was 24828 ms, average is 24828
Comment 1 legming 2013-05-10 00:59:03 UTC
Created attachment 134276 [details]
nps snapshot
Comment 2 Milos Kleint 2013-05-13 12:36:31 UTC
JFXProjectIconAnnotator.isFXProject() grabs project read mutex and is waiting on other thread's write mutex.. reassigning to javafx
Comment 3 Petr Somol 2013-05-13 12:48:11 UTC
not a duplicate/regression but related to Issue #206427. The original report related to icon reading from disk, that had been resolved. The current report relates to reading project properties, which is part of SE project infrastructure, and is needed in FX Icon Annotator to determine project type. Resolution will consist in making also this project type test asynchronous.
Comment 4 Petr Somol 2013-06-06 11:21:08 UTC

*** This bug has been marked as a duplicate of bug 205868 ***