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 243646

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: jsingh99
Component: CSL (API & infrastructure)Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208985
Attachments: stacktrace

Description jsingh99 2014-04-08 08:55:54 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
jsingh99: Making minor style updates on the website




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.HashMap.newNode(HashMap.java:1734)
   at java.util.HashMap.putVal(HashMap.java:630)
   at java.util.HashMap.put(HashMap.java:611)
   at org.openide.util.Mutex.enterImpl(Mutex.java:723)
   at org.openide.util.Mutex.enter(Mutex.java:645)
   at org.openide.util.Mutex.readEnter(Mutex.java:628)
Comment 1 jsingh99 2014-04-08 08:55:56 UTC
Created attachment 146617 [details]
stacktrace
Comment 2 Ondrej Vrabec 2014-05-26 07:24:10 UTC
too many instances of org.netbeans.modules.csl.navigation.ElementNode	690,840 (3.3%)	123,660,360 (10.1%)
Seems open file (W:\03_Dragon...\services.php) is really huge and csl...ClassMemberPanelUI$MyBeanTreeView holds too many items.
Comment 3 Milutin Kristofic 2015-07-28 12:00:36 UTC
Unfortunately, there is no more heap dump for this bug. There are only one
report from 8.0. So I am closing this one.