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 252522 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-21 07:36 UTC by Vitzkrieg
Modified: 2015-05-21 07:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217438


Attachments
stacktrace (2.16 KB, text/plain)
2015-05-21 07:36 UTC, Vitzkrieg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitzkrieg 2015-05-21 07:36:49 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 7

User Comments:
Vitzkrieg: Not sure what happened - just working almost 24 hours though.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.StringBuffer.toString(StringBuffer.java:671)
   at org.netbeans.core.multiview.MultiViewPeer.preferredID(MultiViewPeer.java:605)
   at org.netbeans.core.multiview.MultiViewCloneableTopComponent.preferredID(MultiViewCloneableTopComponent.java:208)
   at org.openide.windows.WindowManager.findTopComponentID(WindowManager.java:551)
   at org.netbeans.core.windows.RecentViewList.fillList(RecentViewList.java:136)
Comment 1 Vitzkrieg 2015-05-21 07:36:51 UTC
Created attachment 153778 [details]
stacktrace