summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-07-22 17:34:58 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-07-22 17:34:58 +0000
commite7a31061aec4fd76913299db31481d5d8a3641ef (patch)
tree83e82f2283969cba5366198e198fc8f96a710c99 /doc
parent21b04e7c0dd363a8da434eb85091e2d212f11019 (diff)
downloadclasspath-e7a31061aec4fd76913299db31481d5d8a3641ef.tar.gz
2006-07-22 Andrew John Hughes <gnu_andrew@member.fsf.org>
* doc/vmintegration.texinfo: Move end of itemization block.
Diffstat (limited to 'doc')
-rw-r--r--doc/vmintegration.texinfo3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/vmintegration.texinfo b/doc/vmintegration.texinfo
index d6f327310..f288b435f 100644
--- a/doc/vmintegration.texinfo
+++ b/doc/vmintegration.texinfo
@@ -1649,7 +1649,6 @@ the group.
@item @code{java.lang.ThreadGroup.removeThread(Thread)}
Call this method from @code{Thread} when a @code{Thread} is stopped or destroyed.
-@end itemize
@item @code{gnu.java.lang.management.MemoryMXBeanImpl.fireThresholdExceededNotification(String, long, long, long, long)}
If the monitoring of memory usage thresholds is supported, this method
@@ -1670,6 +1669,8 @@ threshold. The parameters are the memory pool name, the usage levels
(init, used, committed and max) and the number of times the threshold
has been crossed.
+@end itemize
+
@node VM Hooks, JNI Implementation, Classpath Hooks, Top
@comment node-name, next, previous, up
@chapter VM Hooks