RFR 8064924: Update java.net.URL to work with modules
Chris Hegarty
chris.hegarty at oracle.com
Tue Feb 10 16:20:29 UTC 2015
On 10 Feb 2015, at 11:35, Alan Bateman <Alan.Bateman at oracle.com> wrote:
> On 09/02/2015 14:57, Chris Hegarty wrote:
>> :
>>
>> Updated webrev [ spec and implementation] :
>> http://cr.openjdk.java.net/~chegar/8064924/04/
>>
> The updated javadoc looks good. I haven't had a chance yet to look at the implementation but I think you will need to update <top>/make/common/CORE_PKGS.gmk for the spi package.
Sorry, I have the change locally but forgot it. I updated the webrev with the changes to the top level repo ( below ):
$ hg diff make/common/CORE_PKGS.gmk
diff --git a/make/common/CORE_PKGS.gmk b/make/common/CORE_PKGS.gmk
--- a/make/common/CORE_PKGS.gmk
+++ b/make/common/CORE_PKGS.gmk
@@ -103,6 +103,7 @@
java.lang.reflect \
java.math \
java.net \
+ java.net.spi \
java.nio \
java.nio.channels \
java.nio.channels.spi \
-Chris.
> -Alan.
More information about the core-libs-dev
mailing list