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 206324

Summary: 6s in GC of NodeFactorySupport$DelegateChildren.removeNotify() due to PHP and javafx
Product: platform Reporter: sasule
Component: NodesAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal CC: aldobrucale, alexvsimon, bpeterm, cyhelsky, DaHoC, dijedodol, gharabed, gtzabari, IGweJK, jan.kurnatowski, javydreamercsw, melanke, ouardisoft, tmysik, vv159170
Priority: P3 Keywords: PERFORMANCE
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 183706
Attachments: nps snapshot
nps snapshot
nps snapshot

Description sasule 2011-12-13 12:37:16 UTC
This bug was originally marked as duplicate of bug 179002, 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.1 RC2 (Build 201111302200)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7
Maximum slowness yet reported was 5836 ms, average is 5836
Comment 1 sasule 2011-12-13 12:37:19 UTC
Created attachment 114092 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2011-12-14 08:41:08 UTC
AWT thread is blocked on Children.MUTEX.readAccess in:

org.openide.nodes.Node.isLeaf()	5719 ms/0.000 ms

The write access seems to be hold by Active Reference Queue Daemon trying to garbage collect 

org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren.removeNotify()	5719 ms/0.000 ms	1

this call is probably blocked by org.netbeans.spi.project.ui.support.NodeFactorySupport thread calling from
org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren$1.run()	100.0	5719 ms/4270 ms
to org.netbeans.modules.php.project.ui.logicalview.ImportantFilesNodeFactory$ImportantFilesChildrenList.keys() 5719 ms/4270 ms
Comment 3 Exceptions Reporter 2012-03-29 07:47:43 UTC
Created attachment 117448 [details]
nps snapshot
Comment 4 ouardisoft 2012-06-07 15:00:38 UTC
Created attachment 120504 [details]
nps snapshot
Comment 5 dijedodol 2013-05-22 09:17:30 UTC
I kept having this performance problem when I have enabled xrender, this things mostly happens when my netbeans console windows is printing a lot of text.
Comment 6 Tomas Stupka 2016-06-24 14:44:22 UTC
going through some recent reports org.netbeans.spi.project.ui.support.NodeFactorySupport doesn't seem to be involved

please reevaluate

(btw, no reports since 8.0.2)