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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED INCOMPLETE
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-08 08:55 UTC by jsingh99
Modified: 2015-07-28 12:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208985


Attachments
stacktrace (1.99 KB, text/plain)
2014-04-08 08:55 UTC, jsingh99
Details

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