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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: teesol
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216961
Attachments: stacktrace

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