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 241731 - org.netbeans.modules.project.uiapi.CustomizerPane.setCategory: LowPerformance took 7324 ms.
Summary: org.netbeans.modules.project.uiapi.CustomizerPane.setCategory: LowPerformance...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-02-12 03:49 UTC by Sam.MIT
Modified: 2014-02-12 07:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160842


Attachments
nps snapshot (21.44 KB, application/nps)
2014-02-12 03:49 UTC, Sam.MIT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam.MIT 2014-02-12 03:49:57 UTC
This issue was reported manually by Sam.MIT.
It already has 4 duplicates 


Build: NetBeans IDE Dev (Build 201402070001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b128
OS: Windows 7

User Comments:
GUEST: When change a Wrapped library inside a Netbeans Platform app

Sam.MIT: Right click on projects and Click on ->Source -> runConfigurations -> Browsers



Maximum slowness yet reported was 10096 ms, average is 7276
Comment 1 Sam.MIT 2014-02-12 03:49:58 UTC
Created attachment 145066 [details]
nps snapshot
Comment 2 Milos Kleint 2014-02-12 07:39:39 UTC
report 711834: AWT hangs in a swing/jdk method that doesn't do anything special (apart from synchronization) but Component's sync should be non controversial. In any case I could not find other threads holding the lock.

What  did find was other threads doing native IO that also got stuck. I assume the slowness was caused by general stress on the machine. all other reports are ancient, closing as wontfix, I haven't found anything to fix here.