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 270417

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: utilities Reporter: Shinaku
Component: SearchAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228812
Attachments: stacktrace

Description Shinaku 2017-04-17 07:04:29 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
Shinaku: ?? ??????? ????????? ???????????? ?? ?????????? ???????????




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.privateGetMethodRecursive(Class.java:3058)
   at java.lang.Class.getMethod0(Class.java:3018)
Comment 1 Shinaku 2017-04-17 07:04:31 UTC
Created attachment 164120 [details]
stacktrace
Comment 2 Tomas Hurka 2017-04-17 11:27:42 UTC
Retained size for 27,850 instances of org.netbeans.modules.search.TextDetail occupy 696,786,864 bytes, which is 79.5% of the heap. Reassigning to search module.