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 254077 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: REOPENED
Alias: None
Product: qa
Classification: Unclassified
Component: Test Specifications (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-02 17:54 UTC by Selpi
Modified: 2015-08-04 13:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218925


Attachments
stacktrace (1.17 KB, text/plain)
2015-08-02 17:54 UTC, Selpi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Selpi 2015-08-02 17:54:34 UTC
Build: NetBeans IDE 8.1 Beta (Build 201507302201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Linux

User Comments:
Selpi: Tried to drop a 1000x1000 table into a PHP web page as a part of PHP sanity test.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.HashMap.resize(HashMap.java:703)
   at java.util.HashMap.putVal(HashMap.java:628)
   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 Selpi 2015-08-02 17:54:36 UTC
Created attachment 155124 [details]
stacktrace
Comment 2 Tomas Hurka 2015-08-04 13:18:34 UTC
Html page with 1000x1000 table is too big for default NetBeans heap size setting. Closing as invalid.
Comment 3 Selpi 2015-08-04 13:26:03 UTC
The point was not to make 1000x1000 tables valid, but to change PHP sanity test specs accordingly.
Comment 4 Tomas Hurka 2015-08-04 13:58:55 UTC
OK, reassigning to correct component.