From 7db081cf4c4d514b73cb4567b841dbaacee7baa1 Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Sun, 2 Jul 2006 20:32:43 +0000 Subject: 2006-07-02 Andrew John Hughes * 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. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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) -- cgit v1.2.1