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 248709 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 253306
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-18 02:13 UTC by klng79
Modified: 2015-07-07 15:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213497


Attachments
stacktrace (2.63 KB, text/plain)
2014-11-18 02:13 UTC, klng79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description klng79 2014-11-18 02:13:14 UTC
This bug was originally marked as duplicate of bug 238277, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
klng79: <Please provide a description of the problem or the steps to reproduce>
loading so slow




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3181)
   at java.util.ArrayList.grow(ArrayList.java:261)
   at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
   at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
   at java.util.ArrayList.add(ArrayList.java:458)
   at org.antlr.runtime.BufferedTokenStream.fetch(BufferedTokenStream.java:136)
Comment 1 klng79 2014-11-18 02:13:15 UTC
Created attachment 150540 [details]
stacktrace
Comment 2 Jan Stola 2015-07-07 15:33:37 UTC

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