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 240601

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jhavlin
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206665
Attachments: stacktrace

Description Exceptions Reporter 2014-01-17 12:37:03 UTC
This issue was reported manually by jhavlin.
It already has 1 duplicates 


Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: Changing tabs to edit another java file.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1528)
   at java.lang.Class.checkPackageAccess(Class.java:2265)
   at java.lang.Class.checkMemberAccess(Class.java:2245)
   at java.lang.Class.getField(Class.java:1576)
   at com.sun.jna.Native.getStructureAlignment(Native.java:506)
   at com.sun.jna.Structure.setAlignType(Structure.java:237)
Comment 1 Exceptions Reporter 2014-01-17 12:37:05 UTC
Created attachment 144071 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-01-17 13:12:36 UTC
There are 367,596  instances of o.n.m.editor.lib2.highlighting.HighlightItem.
Retained size of all instances of o.n.m.editor.lib2.view.ParagraphView is 516 MB.

*** This bug has been marked as a duplicate of bug 239360 ***