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 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
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: 2016-02-12 07:41 UTC by pinyotae
Modified: 2016-02-12 07:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220171


Attachments
stacktrace (2.76 KB, text/plain)
2016-02-12 07:41 UTC, pinyotae
Details

Note You need to log in before you can comment on or make changes to this bug.
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