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 239405 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 236118
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-12 11:37 UTC by aquaglia
Modified: 2013-12-13 13:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205962


Attachments
stacktrace (2.41 KB, text/plain)
2013-12-12 11:37 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aquaglia 2013-12-12 11:37:07 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
aquaglia: Profiling a Java/Maven appllication




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.HashMap.createEntry(HashMap.java:901)
   at java.util.HashMap.putForCreate(HashMap.java:554)
   at java.util.HashMap.putAllForCreate(HashMap.java:559)
   at java.util.HashMap.<init>(HashMap.java:298)
   at org.openide.util.lookup.InheritanceTree.retainAllInterface(InheritanceTree.java:796)
   at org.openide.util.lookup.InheritanceTree.retainAll(InheritanceTree.java:228)
Comment 1 aquaglia 2013-12-12 11:37:08 UTC
Created attachment 143097 [details]
stacktrace
Comment 2 aquaglia 2013-12-12 15:17:46 UTC
Linked to https://netbeans.org/bugzilla/show_bug.cgi?id=236118
Comment 3 Tomas Hurka 2013-12-13 13:07:12 UTC

*** This bug has been marked as a duplicate of bug 236118 ***