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 204344 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WORKSFORME
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-10-27 21:51 UTC by whedro
Modified: 2013-07-18 08:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152964


Attachments
stacktrace (2.14 KB, text/plain)
2011-10-27 21:51 UTC, whedro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description whedro 2011-10-27 21:51:34 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 7

Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3209)
   at java.lang.String.<init>(String.java:215)
   at java.util.Properties.loadConvert(Properties.java:568)
   at java.util.Properties.load0(Properties.java:374)
   at java.util.Properties.load(Properties.java:325)
   at java.util.PropertyResourceBundle.<init>(PropertyResourceBundle.java:111)
Comment 1 whedro 2011-10-27 21:51:39 UTC
Created attachment 112512 [details]
stacktrace
Comment 2 Petr Pisl 2013-07-18 08:41:16 UTC
The issue is from old editor. The current js editor is rewritten.