java.lang.OutOfMemoryError: GC overhead limit exceeded at sun.font.TextLabelFactory.(TextLabelFactory.java:72) at java.awt.font.TextLine.fastCreateTextLine(TextLine.java:959) at java.awt.font.TextLayout.fastInit(TextLayout.java:612) at java.awt.font.TextLayout.(TextLayout.java:393) at org.netbeans.modules.editor.lib2.view.DocumentViewOp.createTextLayout(DocumentViewOp.java:1362) at org.netbeans.modules.editor.lib2.view.ParagraphViewChildren.replace(ParagraphViewChildren.java:209) at org.netbeans.modules.editor.lib2.view.ParagraphView.replace(ParagraphView.java:253) at org.netbeans.modules.editor.lib2.view.ViewBuilder.replaceRepaintViews(ViewBuilder.java:1192) at org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:688) at org.netbeans.modules.editor.lib2.view.ViewUpdates.updateViewsByModification(ViewUpdates.java:316) at org.netbeans.modules.editor.lib2.view.ViewUpdates.insertUpdate(ViewUpdates.java:252) at sun.reflect.GeneratedMethodAccessor82.invoke(GeneratedMethodAccessor82.java:0) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:461) at com.sun.proxy.$Proxy40.insertUpdate(.java:0) at org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.insertUpdate(PriorityDocumentListenerList.java:85) at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:201) at org.netbeans.editor.BaseDocument.fireInsertUpdate(BaseDocument.java:1624) at org.netbeans.editor.BaseDocument.handleInsertString(BaseDocument.java:829) at org.netbeans.editor.BaseDocument.insertString(BaseDocument.java:757) at org.netbeans.editor.BaseDocument.read(BaseDocument.java:1452) at org.netbeans.editor.BaseKit.read(BaseKit.java:663) at org.openide.text.DataEditorSupport.loadFromStreamToKit(DataEditorSupport.java:490) at org.openide.text.DocumentOpenClose$DocumentLoad.atomicLockedRun(DocumentOpenClose.java:762) at org.openide.text.DocumentOpenClose$DocumentLoad.run(DocumentOpenClose.java:613) at org.netbeans.editor.GuardedDocument.runAtomic(GuardedDocument.java:323) at org.openide.text.NbDocument.runAtomic(NbDocument.java:436) at org.openide.text.DocumentOpenClose$DocumentLoad.run(DocumentOpenClose.java:653) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)