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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-05 21:09 UTC by utku_900
Modified: 2016-12-05 21:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227449


Attachments
stacktrace (2.56 KB, text/plain)
2016-12-05 21:09 UTC, utku_900
Details

Note You need to log in before you can comment on or make changes to this bug.
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