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 271259 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-10 14:26 UTC by jnetbeans
Modified: 2017-08-21 08:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229992


Attachments
stacktrace (2.76 KB, text/plain)
2017-08-10 14:26 UTC, jnetbeans
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jnetbeans 2017-08-10 14:26:15 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
jnetbeans: Out of memory




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.toCharArray(String.java:2753)
   at com.sun.tools.javac.util.Name$Table.fromString(Name.java:212)
   at com.sun.tools.javac.util.Names.fromString(Names.java:336)
   at com.sun.tools.javac.code.Symtab.makeOperatorName(Symtab.java:303)
   at com.sun.tools.javac.code.Symtab.enterBinop(Symtab.java:254)
   at com.sun.tools.javac.code.Symtab.<init>(Symtab.java:714)
Comment 1 jnetbeans 2017-08-10 14:26:19 UTC
Created attachment 164926 [details]
stacktrace
Comment 2 Dusan Balek 2017-08-21 08:46:38 UTC
As can be seen from the heapdump attached to the exception report, most of the heap space is occupied by more than 2,200,000 instances of java.io.File held via NbMavenProject.files. Reassigning to the Maven support for evaluation.