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 255580 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 230493
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-26 23:10 UTC by jag
Modified: 2015-09-27 10:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220216


Attachments
stacktrace (837 bytes, text/plain)
2015-09-26 23:10 UTC, jag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jag 2015-09-26 23:10:16 UTC
Build: NetBeans IDE Dev (Build 201509200002)
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:
jag: Nothing.  I hadn't touched it in hours.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.netbeans.core.startup.TopLogging$AWTHandler.uncaughtException(TopLogging.java:489)
   at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1057)
   at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1052)
   at java.awt.EventDispatchThread.processException(EventDispatchThread.java:223)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:215)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
Comment 1 jag 2015-09-26 23:10:35 UTC
Created attachment 156439 [details]
stacktrace
Comment 2 Tomas Hurka 2015-09-27 10:41:03 UTC
Retained size of com.apple.laf.AquaTabbedPaneContrastUI#1 is 765,659,795 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 ***