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 253289 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-02 12:22 UTC by tomas.langer
Modified: 2016-07-07 07:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206661


Attachments
stacktrace (2.33 KB, text/plain)
2015-07-02 12:22 UTC, tomas.langer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomas.langer 2015-07-02 12:22:47 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-b15
OS: Windows 7

User Comments:
GUEST: frozen stuck

tomas.langer: I am change variable name in source code and memory was overcrowded.

GUEST: I was just opening the IDE




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.toCharArray(String.java:2887)
   at java.util.zip.ZipCoder.getBytes(ZipCoder.java:78)
   at java.util.zip.ZipFile.getEntry(ZipFile.java:311)
   at java.util.jar.JarFile.getEntry(JarFile.java:240)
   at java.util.jar.JarFile.getJarEntry(JarFile.java:223)
   at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:1005)
Comment 1 tomas.langer 2015-07-02 12:22:49 UTC
Created attachment 154465 [details]
stacktrace
Comment 2 Tomas Hurka 2015-07-02 15:47:03 UTC
The heap dumps is full of javac classes. Please investigate, thanks.
Comment 3 tomas.langer 2015-07-03 10:11:07 UTC
(In reply to Tomas Hurka from comment #2)
> The heap dumps is full of javac classes. Please investigate, thanks.

I have a new information. OutOfMemoryError error appears when NetBeans automatically "Downloading HTTP Javadoc". NetBeans memory grows over the 700MB.
Comment 4 Martin Balin 2016-07-07 07:19:01 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss