Re: [cp-patches] FYI: Implement java.lang.management.RuntimeMXBean

2006-06-11 Thread Mark Wielaard
Hi Andrew, On Sun, 2006-06-11 at 22:56 +0100, Andrew John Hughes wrote: > 2006-06-11 Andrew John Hughes <[EMAIL PROTECTED]> > > * NEWS: > Mention new VM interface and use of properties. > * doc/vmintegration.texinfo: > Update with new gnu.java.lang.management section. >

[cp-patches] FYI: Implement java.lang.management.RuntimeMXBean

2006-06-11 Thread Andrew John Hughes
The attached patch adds an implementation of the runtime bean from java.lang.management. This also includes a new VM interface, with three methods (two native in the reference implementation). Comments on these are much appreciated; I'll be implementing them for gcj at some point... (when I final