summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-07-04 21:37:54 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-07-04 21:37:54 +0000
commitaeb1bfb189ed54e0058ef08c2d2db2110fca91a3 (patch)
treee43a4310e0f5bdca8aadd2a8481f10f7676d8380 /NEWS
parentb34cfbfc38ba36fab20637968f1fc154cc627cff (diff)
downloadclasspath-aeb1bfb189ed54e0058ef08c2d2db2110fca91a3.tar.gz
2006-07-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
* NEWS: Updated. * doc/vmintegration.texinfo: Likewise. * examples/gnu/classpath/examples/management/TestMemoryPool.java, * gnu/java/lang/management/MemoryPoolMXBeanImpl.java: New files. * java/lang/management/ManagementFactory.java: (getMemoryPoolMXBeans()): Implemented. * vm/reference/gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java, * vm/reference/java/lang/management/VMManagementFactory.java: New files.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b0658e135..76fe5c3bf 100644
--- a/NEWS
+++ b/NEWS
@@ -69,6 +69,12 @@ Runtime interface changes:
and the number of objects eligible for garbage collection.
* VMCompilationMXBeanImpl is used to allow for optional compilation
time support for Just-In-Time compilers.
+* VMMemoryPoolMXBeanImpl is used to implement the low-level support
+ of the memory pool beans. Providing this interface requires
+ providing memory usage statistics for each supported bean.
+* VMManagementFactory provides the names of the memory pools,
+ memory managers and garbage collectors maintained by the virtual
+ machine. These are used to create the beans by the ManagementFactory.
New in release 0.91 (May 15, 2006)