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 242970 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-17 15:34 UTC by Exceptions Reporter
Modified: 2015-07-14 13:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208449


Attachments
stacktrace (3.01 KB, text/plain)
2014-03-17 15:34 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-03-17 15:34:41 UTC
This bug was originally marked as duplicate of bug 162133, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 RC1 (Build 201402242200)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
GUEST: I closed the application and it never shut down.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.tools.javac.util.SharedNameTable.<init>(SharedNameTable.java:84)
   at com.sun.tools.javac.util.SharedNameTable.<init>(SharedNameTable.java:90)
   at com.sun.tools.javac.util.Names.createTable(Names.java:324)
   at com.sun.tools.javac.util.Names.<init>(Names.java:184)
   at com.sun.tools.javac.util.Names.instance(Names.java:44)
   at com.sun.tools.javac.main.JavaCompiler.<init>(JavaCompiler.java:362)
Comment 1 Exceptions Reporter 2014-03-17 15:34:43 UTC
Created attachment 146076 [details]
stacktrace
Comment 2 Dusan Balek 2015-03-12 13:17:43 UTC
As can be seen from the attached heap dump. most of the memory is occupied by debugger related data. Reassigning.
Comment 3 Martin Entlicher 2015-07-14 13:17:09 UTC
Probably already fixed by the fix of issue #247590.