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 252080 - 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-04-24 15:26 UTC by teesol
Modified: 2015-04-24 15:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216961


Attachments
stacktrace (2.33 KB, text/plain)
2015-04-24 15:26 UTC, teesol
Details

Note You need to log in before you can comment on or make changes to this bug.
Description teesol 2015-04-24 15:26:31 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-b14
OS: Windows 7

User Comments:
teesol: Nearly 100% CPU-Usage when checking for external changes. Suspending checking for external changes did not help.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.java2d.pipe.Region.getInstanceXYXY(Region.java:348)
   at sun.java2d.pipe.Region.getInstanceXYWH(Region.java:326)
   at sun.java2d.SunGraphics2D.setDevClip(SunGraphics2D.java:349)
   at sun.java2d.SunGraphics2D.setDevClip(SunGraphics2D.java:357)
   at sun.java2d.SunGraphics2D.<init>(SunGraphics2D.java:303)
   at sun.java2d.SunGraphicsEnvironment.createGraphics(SunGraphicsEnvironment.java:186)
Comment 1 teesol 2015-04-24 15:26:32 UTC
Created attachment 153375 [details]
stacktrace