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 262726 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-08 05:40 UTC by V_Monomax
Modified: 2016-07-08 05:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225127


Attachments
stacktrace (2.78 KB, text/plain)
2016-07-08 05:40 UTC, V_Monomax
Details

Note You need to log in before you can comment on or make changes to this bug.
Description V_Monomax 2016-07-08 05:40:04 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Windows 7

User Comments:
V_Monomax: ??????????? ??????????




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.netbeans.modules.java.source.pretty.CharBuffer.needRoom(CharBuffer.java:89)
   at org.netbeans.modules.java.source.pretty.CharBuffer.append(CharBuffer.java:140)
   at org.netbeans.modules.java.source.pretty.VeryPretty$CommentLine.print(VeryPretty.java:3291)
   at org.netbeans.modules.java.source.pretty.VeryPretty.printComment(VeryPretty.java:3085)
   at org.netbeans.modules.java.source.pretty.VeryPretty.printComment(VeryPretty.java:2999)
   at org.netbeans.modules.java.source.pretty.VeryPretty.printEmptyBlockComments(VeryPretty.java:2995)
Comment 1 V_Monomax 2016-07-08 05:40:06 UTC
Created attachment 160312 [details]
stacktrace