summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-07-22 19:59:12 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-07-22 19:59:12 +0000
commitf4aada78b313b1148dfa018f3557d3030acc5efd (patch)
tree5f92bb484074f76f41000ca1f558a00ecbe29e67 /doc
parent117a7978539cb6f9ddd0bd483979970b532ed899 (diff)
downloadclasspath-f4aada78b313b1148dfa018f3557d3030acc5efd.tar.gz
2006-07-22 Andrew John Hughes <gnu_andrew@member.fsf.org>
* doc/vmintegration.texinfo: Document getType(String). * gnu/java/lang/management/MemoryPoolMXBeanImpl.java, * java/lang/management/MemoryPoolMXBean.java: (getType()): Implemented. * vm/reference/gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java (getType(String)): Implemented.
Diffstat (limited to 'doc')
-rw-r--r--doc/vmintegration.texinfo3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/vmintegration.texinfo b/doc/vmintegration.texinfo
index f288b435f..e7f85d088 100644
--- a/doc/vmintegration.texinfo
+++ b/doc/vmintegration.texinfo
@@ -1551,6 +1551,9 @@ of names of memory managers which manage the specified pool.
@item @code{(getPeakUsage(String))} -- Returns a
@code{java.lang.management.MemoryUsage} object for the peak
usage level of the specified pool.
+@item @code{(getType(String))} -- Returns a string containing
+either @code{"HEAP"} or @code{"NON_HEAP"} which indicates the type of
+memory used by the specified pool.
@item @code{(getUsage(String))} -- Returns a
@code{java.lang.management.MemoryUsage} object for the current
usage level of the specified pool.