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:33:48 PDT 2012
On 8/23/2012 11:58 AM, Alan Bateman wrote:
> On 23/08/2012 18:43, Mandy Chung wrote:
>> This change is to bring the jdk modularization changes from jigsaw
>> repo [1]
>> to jdk8. This allows the jdk modularization changes to be exposed for
>> testing as early as possible and minimize the amount of changes carried
>> in the jigsaw repo that helps sync up jigsaw with jdk8/jdk9.
>>
>> Webrev at:
>> http://cr.openjdk.java.net/~mchung/jdk8/webrevs/7193339/webrev.00/
>>
> This looks good to me and it's good to have these changes in jdk8.
>
> One suggestion for ReflectUtil is to add a private static boolean
> isAncestor method as I think that would make the checks in
> needsPackageAccessCheck easier to read. Also in ClassLoader you could
> use just use needsClassLoaderPermissionCheck(from,to).
>
Done. This is a good cleanup I considered to do too but missed in the
previous webrev.
http://cr.openjdk.java.net/~mchung/jdk8/webrevs/7193339/webrev.01/
Thanks for the review.
Mandy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20120823/1dc6bd47/attachment.html
More information about the serviceability-dev
mailing list