On 29/02/2016 14:45, Chris Hegarty wrote:
Looks okay to me too. You might be able to drop a few imports, like in URLClassPath importing FileURLMapper for example.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
-Alan