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 270294

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: javascript Reporter: dcosacox
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228664
Attachments: stacktrace

Description dcosacox 2017-04-04 11:04:25 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
dcosacox: Commit window changed look




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.javascript2.model.JsObjectImpl.<init>(JsObjectImpl.java:83)
   at org.netbeans.modules.javascript2.model.ParameterObject.<init>(ParameterObject.java:70)
   at org.netbeans.modules.javascript2.model.JsFunctionImpl.<init>(JsFunctionImpl.java:82)
   at org.netbeans.modules.javascript2.model.ModelVisitor.handleDeclaredFunction(ModelVisitor.java:1603)
   at org.netbeans.modules.javascript2.model.ModelVisitor.access$000(ModelVisitor.java:133)
   at org.netbeans.modules.javascript2.model.ModelVisitor$1.handleDeclarations(ModelVisitor.java:1484)
Comment 1 dcosacox 2017-04-04 11:04:27 UTC
Created attachment 164020 [details]
stacktrace