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 262412

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: zmirc
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224486
Attachments: stacktrace

Description zmirc 2016-06-13 13:59:36 UTC
Build: NetBeans IDE Dev (Build 201606100002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Windows 8

User Comments:
zmirc: Pasted a long String




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.font.StrikeCache.getStrikeRef(StrikeCache.java:404)
   at sun.font.StrikeCache.getStrikeRef(StrikeCache.java:382)
   at sun.font.Font2D.getStrike(Font2D.java:374)
   at sun.font.Font2D.getStrike(Font2D.java:308)
   at sun.font.CompositeStrike.getStrikeForSlot(CompositeStrike.java:78)
   at sun.font.CompositeStrike.getFontMetrics(CompositeStrike.java:93)
Comment 1 zmirc 2016-06-13 13:59:37 UTC
Created attachment 160037 [details]
stacktrace