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 270928 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-22 06:07 UTC by dhanam1981
Modified: 2017-06-22 06:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229521


Attachments
stacktrace (3.16 KB, text/plain)
2017-06-22 06:07 UTC, dhanam1981
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dhanam1981 2017-06-22 06:07:47 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
dhanam1981: Background loading too much time




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.filesystems.XMLMapAttr.put(XMLMapAttr.java:306)
   at org.openide.filesystems.DefaultAttributes$Table.setAttr(DefaultAttributes.java:897)
   at org.openide.filesystems.DefaultAttributes$Table$3.internalStartElement(DefaultAttributes.java:1033)
Comment 1 dhanam1981 2017-06-22 06:07:50 UTC
Created attachment 164595 [details]
stacktrace