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 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 240768
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-21 13:12 UTC by javacavaj
Modified: 2014-04-11 18:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208585


Attachments
stacktrace (1.32 KB, text/plain)
2014-03-21 13:12 UTC, javacavaj
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***