summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2007-08-15 23:47:55 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2007-08-15 23:47:55 +0000
commit5d93822aa5eb0e1b79b07779df3c1284f0ac36ed (patch)
treeedfd61a077678f37d1cae332b194bd987f62a70b /NEWS
parentaa8a248e3724782139c5231dde92ed8ef1d13865 (diff)
downloadclasspath-5d93822aa5eb0e1b79b07779df3c1284f0ac36ed.tar.gz
2007-08-16 Andrew John Hughes <gnu_andrew@member.fsf.org>
* NEWS: Update with info on VM changes. * vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java: (getHeapMemoryUsage()): New default implementation. (getNonHeapMemoryUsage()): Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c46be6035..bd539c5c1 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ Runtime interface changes:
* Add VMFloat.toString(float) and VMFloat.parseFloat(String). Default
implementations are the same as previous behavior.
+* Add new default implementations of VMMemoryMXBean.getHeapUsage()
+ and VMMemoryMXBean.getNonHeapUsage() via iteration over the memory
+ pools of the appropriate type.
New in release 0.95 (Apr 23, 2007)