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 253257 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-30 09:55 UTC by Vladimir Voskresensky
Modified: 2015-07-01 01:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218247


Attachments
stacktrace (2.29 KB, text/plain)
2015-06-30 09:55 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2015-06-30 09:55:16 UTC
Build: NetBeans IDE Dev (Build 20150630-742a0173f973)
VM: Java HotSpot(TM) Server VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: SunOS

User Comments:
vv159170: opened ide




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:66)
   at com.sun.source.util.TreePath$1PathFinder.scan(TreePath.java:70)
   at com.sun.source.util.TreePath$1PathFinder.scan(TreePath.java:65)
   at com.sun.source.util.TreeScanner.visitExpressionStatement(TreeScanner.java:243)
   at com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1308)
   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:68)
Comment 1 Vladimir Voskresensky 2015-06-30 09:55:19 UTC
Created attachment 154438 [details]
stacktrace
Comment 2 Dusan Balek 2015-06-30 14:23:54 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/639484405882
Comment 3 Quality Engineering 2015-07-01 01:18:13 UTC
Integrated into 'main-silver', will be available in build *201507010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

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