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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: veritus4
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228543
Attachments: stacktrace

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