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 244828 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 245293
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: 2014-05-31 22:28 UTC by rider453
Modified: 2015-03-12 08:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210059


Attachments
stacktrace (2.41 KB, text/plain)
2014-05-31 22:28 UTC, rider453
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rider453 2014-05-31 22:28:13 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: Windows 7

User Comments:
rider453: Hi
I was coding an application, using look and feel, aqua style.
Thanks




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.tools.javac.tree.TreeMaker.Select(TreeMaker.java:436)
   at com.sun.tools.javac.tree.TreeCopier.visitMemberSelect(TreeCopier.java:312)
   at com.sun.tools.javac.tree.TreeCopier.visitMemberSelect(TreeCopier.java:42)
   at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1903)
   at com.sun.tools.javac.tree.TreeCopier.copy(TreeCopier.java:58)
   at com.sun.tools.javac.api.JavacTrees$Copier.copy(JavacTrees.java:918)
Comment 1 rider453 2014-05-31 22:28:15 UTC
Created attachment 147534 [details]
stacktrace
Comment 2 Dusan Balek 2015-03-12 08:47:34 UTC
Already fixed.

*** This bug has been marked as a duplicate of bug 245293 ***