Re: Review Request for 7024172 Move platform MXBeans to java.lang.management

2011-03-28 Thread Mandy Chung
On 03/27/11 14:29, Alan Bateman wrote: Mandy Chung wrote: 7024172: Move BufferPoolMXBean and PlatformLoggingMXBean to java.lang.management Webrev at: http://cr.openjdk.java.net/~mchung/jdk7/7024172/webrev.00/ javadoc at: http://cr.openjdk.java.net/~mchung/jdk7/7024172/api I've

Re: Review Request for 7024172 Move platform MXBeans to java.lang.management

2011-03-28 Thread Alan Bateman
Mandy Chung wrote: : This LoggingMXBean is needed to create a compliant MXBean; otherwise, if PlatformLoggingImpl implements PlatformLoggingMXBean and j.u.logging.LoggingMXBean directly, MBeanServer will throw a NonCompliantMBeanException. As specified in the MXBean,

Re: Review Request for 7024172 Move platform MXBeans to java.lang.management

2011-03-28 Thread Mandy Chung
On 3/28/11 9:26 PM, Alan Bateman wrote: Mandy Chung wrote: : This LoggingMXBean is needed to create a compliant MXBean; otherwise, if PlatformLoggingImpl implements PlatformLoggingMXBean and j.u.logging.LoggingMXBean directly, MBeanServer will throw a NonCompliantMBeanException. As

Re: Review Request for 7024172 Move platform MXBeans to java.lang.management

2011-03-27 Thread Alan Bateman
Mandy Chung wrote: 7024172: Move BufferPoolMXBean and PlatformLoggingMXBean to java.lang.management Webrev at: http://cr.openjdk.java.net/~mchung/jdk7/7024172/webrev.00/ javadoc at: http://cr.openjdk.java.net/~mchung/jdk7/7024172/api I've reviewed the changes, I'm sure Éamonn will

Review Request for 7024172 Move platform MXBeans to java.lang.management

2011-03-25 Thread Mandy Chung
7024172: Move BufferPoolMXBean and PlatformLoggingMXBean to java.lang.management Webrev at: http://cr.openjdk.java.net/~mchung/jdk7/7024172/webrev.00/ javadoc at: http://cr.openjdk.java.net/~mchung/jdk7/7024172/api Problem: java.nio.BufferPoolMXBean and