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 252627 - 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-27 16:55 UTC by seyit
Modified: 2015-05-27 16:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217560


Attachments
stacktrace (1.96 KB, text/plain)
2015-05-27 16:55 UTC, seyit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description seyit 2015-05-27 16:55:43 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
seyit: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.awt.Component.location_NoClientCode(Component.java:2071)
   at java.awt.Component.location(Component.java:2067)
   at java.awt.Component.getLocation(Component.java:2013)
   at javax.swing.JViewport.getViewLocation(JViewport.java:677)
   at javax.swing.JViewport.paint(JViewport.java:745)
   at javax.swing.JComponent.paintChildren(JComponent.java:886)
Comment 1 seyit 2015-05-27 16:55:45 UTC
Created attachment 153907 [details]
stacktrace