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 243167 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 216001
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-22 03:54 UTC by rweaver
Modified: 2014-03-28 10:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208602


Attachments
stacktrace (3.40 KB, text/plain)
2014-03-22 03:54 UTC, rweaver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rweaver 2014-03-22 03:54:57 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: Mac OS X

User Comments:
rweaver: Left NB running




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.util.CharSequences$Fixed6Bit_21_30.toString(CharSequences.java:962)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName$Creation.toString(FileName.java:212)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getName(FileName.java:114)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getNameExt(BaseFileObj.java:126)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getExt(BaseFileObj.java:180)
   at org.netbeans.modules.web.jsf.api.editor.JSFResourceBundlesProvider.getBundleInFolder(JSFResourceBundlesProvider.java:137)
Comment 1 rweaver 2014-03-22 03:54:59 UTC
Created attachment 146241 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-03-28 10:26:57 UTC
The biggest object (923 MB) is an ArrayList inside an o.n.m.maven.api.NbMavenProject (field "files").

The files in the list are duplicated a lot, I've found many java.io.File instances for (".../src/main/java/", ".../src/test/java/" and ".../target/generated-sources/test-annotations/").

Duplicate of 216001.
Please switch from beta to the final 8.0 release.

Thank you for reporting.

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