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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: updatecenters Reporter: sebas4515
Component: PluginportalAssignee: Jiri Kovalsky <jkovalsky>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218958
Attachments: stacktrace

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 ***