On 10/06/2015 23:16, Brent Christian wrote:
Hi,
Please review my change for:
Bug:
https://bugs.openjdk.java.net/browse/JDK-8064956
Webrev:
http://cr.openjdk.java.net/~bchristi/8064956/
After clearing some internal dependencies following the removal of the
extension mechanism from JDK 9[1], we can now remove 4
extension-related classes from sun.misc:
ExtensionDependency.java
ExtensionInfo.java
ExtensionInstallationException.java
ExtensionInstallationProvider.java
Good to see these going away.
-Alan