RFR: 8034853 remove sun.misc.ClassLoaderUtil

Alan Bateman Alan.Bateman at oracle.com
Fri Feb 14 18:20:12 UTC 2014


On 14/02/2014 17:42, Michael McMahon wrote:
> Could I get the following change reviewed please?
>
> http://cr.openjdk.java.net/~michaelm/8034853/webrev.1/
>
> The change is to remove the class sun.misc.ClassLoaderUtil.
> The functionality provided by this class is now in the public
> java.net.URLClassloader.close() method.
The removal is good. Maybe the test should be moved to URLClassLoader as 
it doesn't make sense to have it in ClassLoaderUtil anymore.

-Alan.



More information about the core-libs-dev mailing list