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

See Also:
Issue Type: DEFECT
Exception Reporter: 230097


Attachments
stacktrace (1.04 KB, text/plain)
2017-08-22 09:05 UTC, Hernanibus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hernanibus 2017-08-22 09:05:21 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
Hernanibus: Change Document group to newly created document group




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.HashMap.newNode(HashMap.java:1742)
   at java.util.HashMap.putVal(HashMap.java:641)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
   at java.util.HashSet.<init>(HashSet.java:119)
Comment 1 Hernanibus 2017-08-22 09:05:23 UTC
Created attachment 164986 [details]
stacktrace