On 30/07/2015 16:21, Roger Riggs wrote:
Hi,
I renamed the new interface and its uses as recommended.
The webrev updated in place:
http://cr.openjdk.java.net/~rriggs/webrev-inetaccess-8132705/
I deferred renaming JavaNetAccess because it (getURLClassPath) is used
in install and deploy
and I was not certain it would still be needed with the module system
in place.
It can be renamed (in a separate changeset) if that's useful.
Thanks for the rename, looks good now.
I don't think the getURLClassPath method will be relevant when we bring
in the module system, mostly because the app class loader has not need
to be a URLClassLoader.
-Alan