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 262453 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 230493
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-16 12:53 UTC by Exceptions Reporter
Modified: 2016-06-16 12:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224591


Attachments
stacktrace (2.40 KB, text/plain)
2016-06-16 12:53 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-06-16 12:53:43 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Mac OS X

User Comments:
GUEST: Crashed on awake computer from sleep




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:75)
   at java.awt.image.Raster.createPackedRaster(Raster.java:467)
   at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1032)
   at java.awt.image.BufferedImage.<init>(BufferedImage.java:351)
   at com.apple.laf.AquaPainter$AquaSingleImagePainter.createImage(AquaPainter.java:193)
   at com.apple.laf.AquaPainter$AquaSingleImagePainter.lambda$paintFromSingleCachedImage$279(AquaPainter.java:178)
Comment 1 Exceptions Reporter 2016-06-16 12:53:45 UTC
Created attachment 160067 [details]
stacktrace
Comment 2 Tomas Hurka 2016-06-16 12:58:05 UTC
Retained size of com.apple.laf.AquaTabbedPaneContrastUI#1 is 725,250,042 bytes,
which is 72% of the whole heap. This memory leak is caused by JDK bug JDK-8017284 https://bugs.openjdk.java.net/browse/JDK-8017284

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