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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: java Reporter: nleck <nleck>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221780
Attachments: stacktrace

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