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 269244

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: utku_900
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227449
Attachments: stacktrace

Description utku_900 2016-12-05 21:09:23 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 10

User Comments:
utku_900: My NetBeans page is getting hanged because of OutOfMemoryError.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:207)
   at java.lang.String.substring(String.java:1969)
   at java.net.URLStreamHandler.parseURL(URLStreamHandler.java:253)
   at org.netbeans.JarClassLoader$JarURLStreamHandler.parseURL(JarClassLoader.java:1081)
   at java.net.URL.<init>(URL.java:622)
Comment 1 utku_900 2016-12-05 21:09:24 UTC
Created attachment 163159 [details]
stacktrace