Blocks :
|
In the context of JDK-8149122 & JDK-8152190 it was noticed that sun.rmi.registry.RegistryImpl is the only invoker of URLClassPath.pathToURLs(String). Rather that adding a qualified export to java.rmi for this, it makes sense to move pathToURLs(String) to RegistryImpI ( and "modernize" the implementation a little ).