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 249494 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
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-12-23 06:20 UTC by alied
Modified: 2015-03-05 04:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214394


Attachments
stacktrace (2.70 KB, text/plain)
2014-12-23 06:20 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2014-12-23 06:20:47 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
alied: moving a bunch of packages from a package to another




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.tools.javac.code.Symbol$ClassSymbol.<init>(Symbol.java:966)
   at com.sun.tools.javac.jvm.ClassReader.defineClass(ClassReader.java:2379)
   at com.sun.tools.javac.jvm.ClassReader.enterClass(ClassReader.java:2393)
   at com.sun.tools.javac.jvm.ClassReader.includeClassFile(ClassReader.java:2747)
   at com.sun.tools.javac.jvm.ClassReader.includeClassFile(ClassReader.java:2722)
   at com.sun.tools.javac.jvm.ClassReader.fillIn(ClassReader.java:2913)
Comment 1 alied 2014-12-23 06:20:49 UTC
Created attachment 151249 [details]
stacktrace
Comment 2 Dusan Balek 2015-03-04 08:44:57 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/ab8ba52b47b6
Comment 3 Quality Engineering 2015-03-05 04:08:37 UTC
Integrated into 'main-silver', will be available in build *201503050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ab8ba52b47b6
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #249494: OutOfMemoryError - fixed.