Review Request: 8104574 Update tests to prepare for system class loader not be URLClassLoader

Chris Hegarty chris.hegarty at oracle.com
Wed Jun 17 14:12:38 UTC 2015


This looks fine Mandy.

-Chris.

On 16/06/15 19:37, Mandy Chung wrote:
> http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8104574/webrev.00/
>
> Pattern like this should be fixed as a ClassLoader is not necessary a URLClassLoader.
>     ((URLClassLoader) ThreadSafety.class.getClassLoader()
>
> We have fixed several tests previously.  Two more are identified and fixed in this patch.
>
> Mandy
>



More information about the core-libs-dev mailing list