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 254130 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 252324
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Kovalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-04 15:03 UTC by sebas4515
Modified: 2015-08-04 15:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218958


Attachments
stacktrace (1.32 KB, text/plain)
2015-08-04 15:03 UTC, sebas4515
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sebas4515 2015-08-04 15:03:44 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


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: Windows 8

User Comments:
sebas4515: ocurre????




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.String.substring(String.java:1957)
   at java.util.StringTokenizer.nextToken(StringTokenizer.java:352)
   at java.util.StringTokenizer.nextElement(StringTokenizer.java:407)
   at org.openide.util.Enumerations$FilEn.hasMoreElements(Enumerations.java:560)
Comment 1 sebas4515 2015-08-04 15:03:45 UTC
Created attachment 155168 [details]
stacktrace
Comment 2 Tomas Hurka 2015-08-04 15:06:59 UTC
There is a lot of javafx related objects. There are 2,489 instances of javafx.scene.control.ListView with retained size of 230,159,704 bytes, which is 15.9% of the whole heap.

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