Review Request: 7193339 Prepare system classes be defined by a non-null module loader
Mandy Chung
mandy.chung at oracle.com
Thu Aug 23 12:51:08 PDT 2012
On 8/23/2012 12:48 PM, serguei.spitsyn at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20120823/12c4a669/attachment.html
More information about the serviceability-dev
mailing list