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 257955

Summary: OutOfMemoryError: Java heap space
Product: java Reporter: pinyotae
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220171
Attachments: stacktrace

Description pinyotae 2016-02-12 07:41:06 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: Windows 8

User Comments:
pinyotae: My NetBeans was way super slow today, especially when I tried to use control-space and get auto completion. Then, I went to debug a program. When I watched a variable and explored it, my NetBeans was completely frozen.

GUEST: background scan




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at com.sun.tools.javac.util.IntHashTable.rehash(IntHashTable.java:174)
   at com.sun.tools.javac.util.IntHashTable.putAtIndex(IntHashTable.java:146)
   at com.sun.tools.javac.parser.JavacParser$SimpleEndPosTable.storeEnd(JavacParser.java:4348)
   at org.netbeans.lib.nbjavac.services.NBParserFactory$NBJavacParser$EndPosTableImpl.storeEnd(NBParserFactory.java:210)
   at com.sun.tools.javac.parser.JavacParser$SimpleEndPosTable.toP(JavacParser.java:4358)
   at com.sun.tools.javac.parser.JavacParser.toP(JavacParser.java:558)
Comment 1 pinyotae 2016-02-12 07:41:08 UTC
Created attachment 158471 [details]
stacktrace