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 270193 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-24 16:22 UTC by veritus4
Modified: 2017-03-24 16:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228543


Attachments
stacktrace (2.83 KB, text/plain)
2017-03-24 16:22 UTC, veritus4
Details

Note You need to log in before you can comment on or make changes to this bug.
Description veritus4 2017-03-24 16:22:23 UTC
Build: NetBeans IDE 8.2 (Build 20170211-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
veritus4: Editing file.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.Class.newReflectionData(Class.java:2513)
   at java.lang.Class.reflectionData(Class.java:2503)
   at java.lang.Class.privateGetDeclaredMethods(Class.java:2695)
   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
   at java.lang.Class.getMethod0(Class.java:3018)
   at java.lang.Class.getMethod(Class.java:1784)
Comment 1 veritus4 2017-03-24 16:22:25 UTC
Created attachment 163938 [details]
stacktrace