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 243146

Summary: OutOfMemoryError: Java heap space
Product: debugger Reporter: javacavaj <javacavaj>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208585
Attachments: stacktrace

Description javacavaj 2014-03-21 13:12:52 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.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
javacavaj: Computer went in




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.Class.getDeclaredMethods0(Class.java:0)
   at java.lang.Class.privateGetDeclaredMethods(Class.java:2531)
   at java.lang.Class.getMethod0(Class.java:2774)
   at java.lang.Class.isCheckMemberAccessOverridden(Class.java:2214)
   at java.lang.Class.checkMemberAccess(Class.java:2233)
   at java.lang.Class.getField(Class.java:1576)
Comment 1 javacavaj 2014-03-21 13:12:54 UTC
Created attachment 146226 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-03-21 13:17:28 UTC
There are 16 instances of com.sun.tools.jdi.VirtualMachineImpl with retained size of 508 MB in the heap dump.

This issue might be a duplicate of bug 240768.

Reassigning to debugger/Java. Martin, please evaluate it. Thank you.
Comment 3 Martin Entlicher 2014-04-11 18:30:42 UTC
The instances of VirtualMachineImpl are held through view models, thus it's a duplicate of issue #240768.

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