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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: java Reporter: ericrbs
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207409
Attachments: stacktrace

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