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 268944 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-11 19:49 UTC by ytn01
Modified: 2017-07-04 21:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225146


Attachments
stacktrace (2.79 KB, text/plain)
2016-11-11 19:49 UTC, ytn01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2016-11-11 19:49:47 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
ytn01: I had a very large Java file opened ( > 30K lines long).
In addition, on a separate tab, I was Diffing this same file againest an earlier version of itself, under CVS source control history revision.

GUEST: Normal file editing. Nothing exotic. Repeated problems.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.Class.getDeclaredMethods0(Class.java:0)
   at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
   at java.lang.Class.getMethod0(Class.java:3018)
   at java.lang.Class.getMethod(Class.java:1784)
   at org.apache.lucene.store.MMapDirectory$1.run(MMapDirectory.java:160)
Comment 1 ytn01 2016-11-11 19:49:49 UTC
Created attachment 162877 [details]
stacktrace
Comment 2 Exceptions Reporter 2017-07-04 21:25:35 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=225146