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 239866 - 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: 2013-12-30 09:21 UTC by aduafo1974learnerprogrammer
Modified: 2016-07-07 07:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206292


Attachments
stacktrace (2.42 KB, text/plain)
2013-12-30 09:21 UTC, aduafo1974learnerprogrammer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aduafo1974learnerprogrammer 2013-12-30 09:21:41 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 7

User Comments:
aduafo1974learnerprogrammer: <Please provide a description of the problem or the steps to reproduce>
I copied Jframe interface from one Tabbed Pane and pasted on another Tadded Pane .
I did that because the two tabbed Pane have the same interface but for different purpose.
and when did that, it started giving errors. when I change the textfield name of an interface for one Tabbed Pane it changes the name of the textfield of the other Tapped Pane.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.tools.javac.code.Types.createErrorType(Types.java:3133)
   at com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:1941)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1516)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:589)
   at com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:631)
   at com.sun.tools.javac.comp.Attr.visitAssign(Attr.java:3073)
Comment 1 aduafo1974learnerprogrammer 2013-12-30 09:21:43 UTC
Created attachment 143515 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:18:08 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