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 271038

Summary: Error message on launch
Product: editor Reporter: ronansilva
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229619
Attachments: stacktrace

Description ronansilva 2017-07-05 14:16:54 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
ronansilva: Always display error message on launch. The IDE is the last one. It seens work fine but this error always is displayed.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.concurrent.CopyOnWriteArrayList.remove(CopyOnWriteArrayList.java:556)
   at java.util.concurrent.CopyOnWriteArrayList.remove(CopyOnWriteArrayList.java:527)
   at org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer.removeHighlightsChangeListener(DirectMergeContainer.java:133)
   at org.netbeans.modules.editor.lib2.view.DocumentViewChildren.paint(DocumentViewChildren.java:633)
   at org.netbeans.modules.editor.lib2.view.DocumentView.paint(DocumentView.java:720)
   at org.netbeans.modules.editor.lib2.view.EditorView.paint(EditorView.java:160)
Comment 1 ronansilva 2017-07-05 14:16:56 UTC
Created attachment 164699 [details]
stacktrace