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 254937 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
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: 2015-09-02 14:54 UTC by ytn01
Modified: 2015-09-02 14:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212862


Attachments
stacktrace (2.59 KB, text/plain)
2015-09-02 14:54 UTC, ytn01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2015-09-02 14:54:37 UTC
Build: NetBeans IDE Dev (Build 201509020320)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
ytn01: Description is attached on the report for Bug 254935.

GUEST: hot deploy app for jboss7.1.1




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.font.StandardGlyphVector.initPositions(StandardGlyphVector.java:1299)
   at sun.font.StandardGlyphVector.getLogicalBounds(StandardGlyphVector.java:380)
   at java.awt.Font.getStringBounds(Font.java:2423)
   at java.awt.Font.getStringBounds(Font.java:2331)
   at java.awt.FontMetrics.getStringBounds(FontMetrics.java:531)
   at org.openide.awt.HtmlRenderer._renderPlainString(HtmlRenderer.java:365)
Comment 1 ytn01 2015-09-02 14:54:38 UTC
Created attachment 155827 [details]
stacktrace