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 254652 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 230493
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-24 12:56 UTC by crosati
Modified: 2015-09-04 15:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219388


Attachments
stacktrace (2.55 KB, text/plain)
2015-08-24 12:56 UTC, crosati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crosati 2015-08-24 12:56:52 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Mac OS X

User Comments:
crosati: ---




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:201)
   at java.lang.StringBuilder.toString(StringBuilder.java:407)
   at org.openide.filesystems.FileObject.getPath(FileObject.java:223)
   at org.openide.filesystems.MultiFileObject.update(MultiFileObject.java:203)
   at org.openide.filesystems.MultiFileObject.<init>(MultiFileObject.java:136)
Comment 1 crosati 2015-08-24 12:56:54 UTC
Created attachment 155579 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-27 14:10:24 UTC
There is a lot of Swing classes in the heap dump.
Can you please provide more information? What were you doing in the IDE?
Do you use some third-party plugins?
Thank you.
Comment 3 Jaroslav Havlin 2015-09-04 15:22:45 UTC
The heap dump contains an AquaTabbedPaneContrastUI with a lot of htmlViews.

This is a duplicate of bug 230493.

Thank you for reporting.

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