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 267615 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-17 11:18 UTC by allisonwillian
Modified: 2016-08-17 11:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225802


Attachments
stacktrace (1.97 KB, text/plain)
2016-08-17 11:18 UTC, allisonwillian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description allisonwillian 2016-08-17 11:18:39 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:
allisonwillian: OutOfMemoryError: GC overhead limit exceeded




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.awt.Rectangle.getBounds(Rectangle.java:314)
   at sun.java2d.SunGraphics2D.transformShape(SunGraphics2D.java:1971)
   at sun.java2d.SunGraphics2D.transformShape(SunGraphics2D.java:1946)
   at sun.java2d.SunGraphics2D.clip(SunGraphics2D.java:2061)
   at sun.java2d.SunGraphics2D.clipRect(SunGraphics2D.java:2036)
   at java.awt.Graphics.create(Graphics.java:167)
Comment 1 allisonwillian 2016-08-17 11:18:41 UTC
Created attachment 161690 [details]
stacktrace