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 - 6s in GC of NodeFactorySupport$DelegateChildren.removeNotify() due to PHP and javafx
Summary: 6s in GC of NodeFactorySupport$DelegateChildren.removeNotify() due to PHP and...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-12-13 12:37 UTC by sasule
Modified: 2016-06-24 14:44 UTC (History)
15 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183706


Attachments
nps snapshot (44.77 KB, application/nps)
2011-12-13 12:37 UTC, sasule
Details
nps snapshot (919.50 KB, application/nps)
2012-03-29 07:47 UTC, Exceptions Reporter
Details
nps snapshot (75.20 KB, application/nps)
2012-06-07 15:00 UTC, ouardisoft
Details

Note You need to log in before you can comment on or make changes to this bug.
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)