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 262738 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-08 14:07 UTC by jomarsilio
Modified: 2016-08-03 11:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225137


Attachments
stacktrace (1.18 KB, text/plain)
2016-07-08 14:07 UTC, jomarsilio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jomarsilio 2016-07-08 14:07:03 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
jomarsilio: GC error




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.LinkedHashMap.newNode(LinkedHashMap.java:256)
   at java.util.HashMap.putVal(HashMap.java:630)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at java.awt.datatransfer.SystemFlavorMap.handleHtmlMimeTypes(SystemFlavorMap.java:904)
   at java.awt.datatransfer.SystemFlavorMap.convertMimeTypeToDataFlavors(SystemFlavorMap.java:846)
Comment 1 jomarsilio 2016-07-08 14:07:05 UTC
Created attachment 160320 [details]
stacktrace
Comment 2 Tomas Hurka 2016-08-03 11:41:26 UTC
Please try NetBeans 8.1. If you are still able to reproduce this problem, report it once more from NetBeans 8.1. Thanks.