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 250893 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 245293
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-04 13:49 UTC by wrm007
Modified: 2015-03-05 14:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215833


Attachments
stacktrace (2.08 KB, text/plain)
2015-03-04 13:50 UTC, wrm007
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wrm007 2015-03-04 13:49:59 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: OpenJDK 64-Bit Server VM, 24.75-b04, OpenJDK Runtime Environment, 1.7.0_75-b13
OS: Linux

User Comments:
wrm007: It's slow the virtual machine, when compiled the programs, verify this.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.regex.Matcher.<init>(Matcher.java:225)
   at java.util.regex.Pattern.matcher(Pattern.java:1088)
   at java.util.Formatter.parse(Formatter.java:2515)
   at java.util.Formatter.format(Formatter.java:2469)
   at java.util.Formatter.format(Formatter.java:2423)
   at java.lang.String.format(String.java:2790)
Comment 1 wrm007 2015-03-04 13:50:01 UTC
Created attachment 152391 [details]
stacktrace
Comment 2 Dusan Balek 2015-03-05 14:02:51 UTC
Already fixed.

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