Review Request: 7193339 Prepare system classes be defined by a non-null module loader

Mandy Chung mandy.chung at oracle.com
Thu Aug 23 19:51:08 UTC 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



More information about the core-libs-dev mailing list