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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-02 23:32 UTC by jestep
Modified: 2015-12-02 23:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221477


Attachments
stacktrace (2.71 KB, text/plain)
2015-12-02 23:32 UTC, jestep
Details

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