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 252113 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 230493
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-27 13:30 UTC by crosati
Modified: 2015-04-27 14:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216983


Attachments
stacktrace (592 bytes, text/plain)
2015-04-27 13:30 UTC, crosati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crosati 2015-04-27 13:30:30 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
crosati: -




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3236)
   at java.io.ByteArrayOutputStream.grow(ByteArrayOutputStream.java:118)
   at java.io.ByteArrayOutputStream.ensureCapacity(ByteArrayOutputStream.java:93)
   at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:153)
   at org.apache.tools.ant.util.TeeOutputStream.write(TeeOutputStream.java:81)
   at com.jcraft.jsch.IO.put(IO.java:64)
Comment 1 crosati 2015-04-27 13:30:31 UTC
Created attachment 153407 [details]
stacktrace
Comment 2 Tomas Hurka 2015-04-27 14:10:18 UTC
Retained size of com.apple.laf.AquaTabbedPaneContrastUI#4 is 1,191,864,250 bytes,
which is 72% of the whole heap.

*** This bug has been marked as a duplicate of bug 230493 ***