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 257235 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-21 02:47 UTC by nleck
Modified: 2015-12-21 02:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221780


Attachments
stacktrace (2.55 KB, text/plain)
2015-12-21 02:47 UTC, nleck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nleck 2015-12-21 02:47:18 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
nleck: just typing.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.tools.javac.util.Position$LineMapImpl.build(Position.java:153)
   at com.sun.tools.javac.util.Position.makeLineMap(Position.java:77)
   at com.sun.tools.javac.parser.JavadocTokenizer.getLineMap(JavadocTokenizer.java:445)
   at com.sun.tools.javac.parser.Scanner.getLineMap(Scanner.java:127)
   at com.sun.tools.javac.parser.JavacParser.parseCompilationUnit(JavacParser.java:3206)
   at org.netbeans.lib.nbjavac.services.NBParserFactory$NBJavacParser.parseCompilationUnit(NBParserFactory.java:193)
Comment 1 nleck 2015-12-21 02:47:20 UTC
Created attachment 157867 [details]
stacktrace