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 256072 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
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-10-21 11:24 UTC by Exceptions Reporter
Modified: 2015-10-21 11:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220675


Attachments
stacktrace (2.48 KB, text/plain)
2015-10-21 11:24 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-10-21 11:24:43 UTC
This bug was originally marked as duplicate of bug 245293, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: Simply using auto-complete functionality. Got the "downloading http javadoc" which slowed down entire IDE, then caused an OOME. Lately experiencing problems with IDE responsiveness during code completion events, such as displaying auto-completions and its javadoc, inserting code templates such as java interface implementation stubs.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.tools.javac.comp.Check.checkType(Check.java:564)
   at com.sun.tools.javac.comp.Attr$ResultInfo.check(Attr.java:519)
   at com.sun.tools.javac.comp.Resolve$MethodResultInfo.check(Resolve.java:1004)
   at com.sun.tools.javac.comp.Resolve$4.checkArg(Resolve.java:830)
   at com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable(Resolve.java:735)
   at com.sun.tools.javac.comp.Resolve$4.argumentsAcceptable(Resolve.java:839)
Comment 1 Exceptions Reporter 2015-10-21 11:24:45 UTC
Created attachment 156868 [details]
stacktrace