summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-07-02 20:32:43 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-07-02 20:32:43 +0000
commit7db081cf4c4d514b73cb4567b841dbaacee7baa1 (patch)
treeec407bb3413d1d1f2a049b61098630faeb7e1d97 /NEWS
parent83c52f939a1ebcd235e0c7d12953005e4aeb060a (diff)
downloadclasspath-7db081cf4c4d514b73cb4567b841dbaacee7baa1.tar.gz
2006-07-02 Andrew John Hughes <gnu_andrew@member.fsf.org>generics-merge-20060702
* NEWS: Updated to include VMCompilationMXBeanImpl. * doc/vmintegration.texinfo: Likewise, along with update to VMMemoryMXBeanImpl as below. * examples/gnu/classpath/examples/management/TestCompilation.java, * gnu/java/lang/management/CompilationMXBeanImpl.java, * java/lang/management/CompilationMXBeanImpl.java: New files. * java/lang/management/ManagementFactory.java: (getCompilationMXBean()): Implemented. * vm/reference/gnu/java/lang/management/VMCompilationMXBeanImpl.java: New file. * vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java: (getHeapMemoryUsage()): Added default implementation.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9844015c4..b0658e135 100644
--- a/NEWS
+++ b/NEWS
@@ -67,6 +67,8 @@ Runtime interface changes:
of the memory management bean. Providing this interface requires
providing information about the levels of heap and non-heap memory,
and the number of objects eligible for garbage collection.
+* VMCompilationMXBeanImpl is used to allow for optional compilation
+ time support for Just-In-Time compilers.
New in release 0.91 (May 15, 2006)