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 270845 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-09 19:34 UTC by chemFelix
Modified: 2017-06-09 19:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229418


Attachments
stacktrace (565 bytes, text/plain)
2017-06-09 19:34 UTC, chemFelix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chemFelix 2017-06-09 19:34:29 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Linux

User Comments:
chemFelix: After changing an often-implemented interface, the background scanning ran to death.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
   at java.lang.StringBuilder.append(StringBuilder.java:136)
   at org.openide.util.RequestProcessor$Processor.put(RequestProcessor.java:1957)
   at org.openide.util.RequestProcessor.askForWork(RequestProcessor.java:654)
Comment 1 chemFelix 2017-06-09 19:34:31 UTC
Created attachment 164500 [details]
stacktrace