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 206427

Summary: [71cat] LowPerformance took 6656 ms. JFXprojectInconAnnotator blocks on mutex, in other thread Native fs call takes time..
Product: javafx Reporter: Exceptions Reporter <exceptions_reporter>
Component: ProjectAssignee: Petr Somol <psomol>
Status: RESOLVED FIXED    
Severity: normal CC: ceklock, hmichel, lewiscarol, mjanicek, php5e, roger_rf, schnappi, sreder, stefan79
Priority: P3 Keywords: PERFORMANCE
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 179594
Bug Depends on:    
Bug Blocks: 229562    
Attachments: nps snapshot
nps snapshot

Description Exceptions Reporter 2011-12-15 09:40:22 UTC
Build: NetBeans IDE 7.1 RC2 (Build 201111302200)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

User Comments:
mjanicek: I was opening Java application project.

php5e: Low perfomance warning appears on every NetBeans start up.



Maximum slowness yet reported was 7303 ms, average is 5491
Comment 1 Exceptions Reporter 2011-12-15 09:40:25 UTC
Created attachment 114214 [details]
nps snapshot
Comment 2 Exceptions Reporter 2011-12-15 18:43:37 UTC
Created attachment 114234 [details]
nps snapshot

Opening a Project that I had worked on in 7.1 beta.
Comment 3 Milos Kleint 2012-09-07 09:33:30 UTC
javafx icon annotator should not grab project mutex in awt thread IMHO.
Comment 4 Petr Somol 2012-11-14 17:14:47 UTC
fixed in jetmain
http://hg.netbeans.org/jet-main/rev/c9dee61c1b0f

now ImageUtilities.loadImage(JFX_BADGE_PATH) is not called from dispatch thread but posted to RequestProcessor
Comment 5 Quality Engineering 2012-11-15 02:46:49 UTC
Integrated into 'main-golden', will be available in build *201211150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c9dee61c1b0f
User: Petr Somol <psomol@netbeans.org>
Log: #206427 - [71cat] LowPerformance took 6656 ms. JFXprojectInconAnnotator blocks on mutex, in other thread Native fs call takes time..