onheap command is added. It let's one see the numbers of objects on the heap.
authorhagar-wize <hagar-wize@407389f7-7c16-0410-9eee-ad85acb55d7f>
Fri, 4 Feb 2005 10:49:22 +0000 (10:49 +0000)
committerhagar-wize <hagar-wize@407389f7-7c16-0410-9eee-ad85acb55d7f>
Fri, 4 Feb 2005 10:49:22 +0000 (10:49 +0000)
commit8b4d8e878ec20f1f7859e66ad70ae2bffdea61c7
treec2da213ab1992bda1172f2d54a32d6aa8ec794c3
parent51a3a76b4d0a23d9e74fbbb27fb216bff6be0b73
onheap command is added. It let's one see the numbers of objects on the heap.

git-svn-id: https://jnode.svn.sourceforge.net/svnroot/jnode/trunk@1058 407389f7-7c16-0410-9eee-ad85acb55d7f
core/src/core/org/jnode/vm/memmgr/HeapStatistics.java [new file with mode: 0644]
core/src/core/org/jnode/vm/memmgr/VmHeapManager.java
core/src/core/org/jnode/vm/memmgr/def/DefHeapStatistics.java [new file with mode: 0644]
core/src/core/org/jnode/vm/memmgr/def/DefaultHeapManager.java
core/src/core/org/jnode/vm/memmgr/def/HeapStatisticsVisitor.java [new file with mode: 0644]
shell/descriptors/org.jnode.shell.command.xml
shell/src/shell/org/jnode/shell/command/OnHeapCommand.java [new file with mode: 0644]