RFR [9] 8149122: Move sun.misc.URLClassPath and Resource to an internal package
Alan Bateman
Alan.Bateman at oracle.com
Mon Feb 29 17:04:44 UTC 2016
On 29/02/2016 14:45, Chris Hegarty wrote:
> sun.misc.URLClassPath, and its accompanying Resource, are not
> "Critical APIs", as defined by JEP 260, so they should be moved
> out of sun.misc and placed into a more appropriate package where
> they can be encapsulated.
>
> http://cr.openjdk.java.net/~chegar/8149122/
> https://bugs.openjdk.java.net/browse/JDK-8149122
Looks okay to me too. You might be able to drop a few imports, like in
URLClassPath importing FileURLMapper for example.
-Alan
More information about the core-libs-dev
mailing list