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 241566 - 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: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-08 11:46 UTC by ericrbs
Modified: 2016-07-07 07:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207409


Attachments
stacktrace (2.25 KB, text/plain)
2014-02-08 11:46 UTC, ericrbs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ericrbs 2014-02-08 11:46:38 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 8

User Comments:
ericrbs: This issue happened when I changed some code that made the whole class with red error points. Before I have the chance to fix the code, the screen frooze and I had to restart the IDE by forcing its process to ends in the windows task manager.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.tools.javac.comp.Resolve$MethodResolutionContext.addApplicableCandidate(Resolve.java:4017)
   at com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1420)
   at com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1595)
   at com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1666)
   at com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1639)
   at com.sun.tools.javac.comp.Resolve.findConstructor(Resolve.java:2469)
Comment 1 ericrbs 2014-02-08 11:46:40 UTC
Created attachment 144935 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:17:10 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