diff options
author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2006-06-11 21:57:14 +0000 |
---|---|---|
committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2006-06-11 21:57:14 +0000 |
commit | c459361c2aac54c0245b341c31c1f05ff874f1a2 (patch) | |
tree | 8441bd6cdfffcbf888caf1cce9e29be85014d7c2 /NEWS | |
parent | 8ace3af577b4314374a3cc74fdeae04a0733f7de (diff) | |
download | classpath-c459361c2aac54c0245b341c31c1f05ff874f1a2.tar.gz |
2006-06-11 Andrew John Hughes <gnu_andrew@member.fsf.org>
* NEWS:
Mention new VM interface and use of properties.
* doc/vmintegration.texinfo:
Update with new gnu.java.lang.management section.
* gnu/java/lang/management/RuntimeMXBeanImpl.java:
New file.
* java/lang/management/ManagementFactory.java:
(getRuntimeMXBean()): Implemented.
* vm/reference/gnu/java/lang/management/RuntimeMXBeanImpl.java:
New VM interface file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,6 +30,12 @@ Runtime interface changes: * The method gnu.java.io.PlatformHelper.toCanonicalForm() has been replaced with a JNI implementation of VMFile.toCanonicalForm() for GNU/Posix systems. +* An new class, VMRuntimeMXBeanImpl, is used to implement + the low-level support of the runtime management bean. + VMs should use it to supply the input arguments and start + time of the VM. In addition, one of sun.boot.class.path + or java.boot.class.path should be defined by the VM to + support the optional boot class path access functionality. New in release 0.91 (May 15, 2006) |