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 243325

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: ide Reporter: abarquin
Component: PerformanceAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208732
Attachments: stacktrace

Description abarquin 2014-03-27 13:46:03 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Linux

User Comments:
abarquin: Open my vm and got the error when I opened NetBeans




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:2694)
   at java.lang.String.<init>(String.java:203)
   at java.lang.StringBuilder.toString(StringBuilder.java:405)
   at org.netbeans.core.startup.layers.ArchiveURLMapper.getURL(ArchiveURLMapper.java:97)
   at org.openide.filesystems.URLMapper.findURL(URLMapper.java:140)
   at org.netbeans.modules.web.jspparser_ext.WebAppParseSupport.findExternalURL(WebAppParseSupport.java:417)
Comment 1 abarquin 2014-03-27 13:46:05 UTC
Created attachment 146353 [details]
stacktrace
Comment 2 Tomas Hurka 2014-04-04 08:06:05 UTC
Please upgrade to NetBeans 8.0 - the problem should be fixed there.

There are 80 instances of com.sun.tools.javac.code.Symtab, which are held from org.netbeans.modules.debugger.jpda.projects.EditorContextImpl$23 class.