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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-13 13:59 UTC by zmirc
Modified: 2016-06-13 13:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224486


Attachments
stacktrace (2.73 KB, text/plain)
2016-06-13 13:59 UTC, zmirc
Details

Note You need to log in before you can comment on or make changes to this bug.
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