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 256939

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: jestep <jestep>
Component: NodesAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221477
Attachments: stacktrace

Description jestep 2015-12-02 23:32:55 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
jestep: Just normal editing




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.AbstractList.iterator(AbstractList.java:288)
   at java.util.Collections$3.<init>(Collections.java:5209)
   at java.util.Collections.enumeration(Collections.java:5208)
   at org.openide.util.lookup.InheritanceTree.arrayEn(InheritanceTree.java:1245)
   at org.openide.util.lookup.ArrayStorage.lookup(ArrayStorage.java:228)
   at org.openide.util.lookup.DelegatingStorage.lookup(DelegatingStorage.java:174)
Comment 1 jestep 2015-12-02 23:32:57 UTC
Created attachment 157629 [details]
stacktrace