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 254914

Summary: OutOfMemoryError: Java heap space
Product: ide Reporter: saden1
Component: Slowness DetectorAssignee: issues@performance <issues>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mbalin
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219604
Attachments: stacktrace

Description saden1 2015-09-01 17:15:35 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
saden1: Left IDE alone while running tomcat remote debugging session




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.security.AccessController.getStackAccessControlContext(AccessController.java:0)
   at java.security.AccessController.getContext(AccessController.java:820)
   at java.lang.Thread.init(Thread.java:412)
   at java.lang.Thread.init(Thread.java:349)
   at java.lang.Thread.<init>(Thread.java:445)
   at java.util.TimerThread.<init>(TimerThread.java:499)
Comment 1 saden1 2015-09-01 17:15:38 UTC
Created attachment 155809 [details]
stacktrace
Comment 2 Tomas Hurka 2015-09-10 15:45:38 UTC
Retained size of java.util.ArrayList#166716 is 459,122,620 bytes. It is used by org.netbeans.modules.web.clientproject.libraries.CDNJSLibrariesProvider.readLibraries() method.

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