On 8/23/2012 12:48 PM, serguei.spit...@oracle.com wrote:
Mandy,

It looks good.

Thanks.

Just a question below.

|| *src/share/classes/java/lang/management/ManagementFactory.java*
596             String intfName = mxbeanInterface.getName();
599                     " is not an instance of " + mxbeanInterface);

Did you want this?:
596             String intfName = cls.getName();
599                     " is not an instance of " + cls);

It doesn't make any difference and so leave it as it is will be fine.

Mandy

Reply via email to