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 249419 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 239360
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-18 07:59 UTC by nleck
Modified: 2015-03-05 14:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214315


Attachments
stacktrace (2.74 KB, text/plain)
2014-12-18 07:59 UTC, nleck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nleck 2014-12-18 07:59:45 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
nleck: Just typing... happens a lot more on Windows XP




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.regex.Matcher.<init>(Matcher.java:224)
   at java.util.regex.Pattern.matcher(Pattern.java:1088)
   at java.util.regex.Pattern.matches(Pattern.java:1129)
   at java.lang.String.matches(String.java:2063)
   at com.sun.tools.javac.parser.JavadocTokenizer$JavadocComment.scanDocComment(JavadocTokenizer.java:434)
   at com.sun.tools.javac.parser.JavaTokenizer$BasicComment.isDeprecated(JavaTokenizer.java:807)
Comment 1 nleck 2014-12-18 07:59:47 UTC
Created attachment 151167 [details]
stacktrace
Comment 2 Dusan Balek 2015-03-05 14:31:29 UTC

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