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 258198 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Quick Search (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-01 13:14 UTC by mcmatak
Modified: 2016-03-02 13:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222779


Attachments
stacktrace (2.43 KB, text/plain)
2016-03-01 13:14 UTC, mcmatak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mcmatak 2016-03-01 13:14:37 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
mcmatak: searching




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.Class.getName0(Class.java:0)
   at java.lang.Class.getName(Class.java:642)
   at sun.reflect.misc.ReflectUtil.isNonPublicProxyClass(ReflectUtil.java:286)
   at java.lang.ClassLoader.checkPackageAccess(ClassLoader.java:490)
   at java.lang.Class.forName0(Class.java:0)
   at java.lang.Class.forName(Class.java:348)
Comment 1 mcmatak 2016-03-01 13:14:39 UTC
Created attachment 158689 [details]
stacktrace