RFR: 8078139 : jdk.xml.dom should be loaded by the ext class loader

Mandy Chung mandy.chung at oracle.com
Tue Apr 21 17:02:37 UTC 2015


On 04/21/2015 09:54 AM, huizhe wang wrote:
> Hi,
>
> By JDK-8042244, we moved several org.w3c.dom packages to a module 
> called jdk.xml.dom. This new module shall be loaded by the ext class 
> loader.  Please review the patch for the change.
>
> http://cr.openjdk.java.net/~joehw/jdk9/8078139/webrev/

Looks okay.  As for the test, you can assert if cls.getClassLoader() != 
null.  line 38 is not necessary.  Sorry I didn't catch this in my review.

Mandy





More information about the core-libs-dev mailing list