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 251456 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 239360
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-27 09:29 UTC by IrianR
Modified: 2015-08-14 09:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216395


Attachments
stacktrace (1.58 KB, text/plain)
2015-03-27 09:29 UTC, IrianR
Details

Note You need to log in before you can comment on or make changes to this bug.
Description IrianR 2015-03-27 09:29:49 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: Windows 7

User Comments:
IrianR: I'm not really sure of what triggered the problem, I had almost a full day of work done iesterday with an occasional out of memory in the internal compiler, and IDE bacame completely frozen when I was about to go home, so I killed it.

Today I got this on startup so probably it's related to iesterday's work.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.Class.getDeclaredMethods0(Class.java:0)
   at java.lang.Class.privateGetDeclaredMethods(Class.java:2531)
   at java.lang.Class.getMethod0(Class.java:2774)
   at java.lang.Class.isCheckMemberAccessOverridden(Class.java:2214)
   at java.lang.Class.checkMemberAccess(Class.java:2233)
   at java.lang.Class.newInstance(Class.java:330)
Comment 1 IrianR 2015-03-27 09:29:50 UTC
Created attachment 152881 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-14 09:27:44 UTC
2.2 million instances of o.n.m.editor.lib2.highlighting.HighlightItem.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 239360 ***