# HG changeset patch # User duke # Date 1499282496 -7200 # Node ID 76a911696ad0affe8ea5594f393b1771c2daa733 # Parent f3c43d82c96870815776d7de20a044289466306a# Parent d632f62d9397b620d3a46accdc62828c6f9fddf8 Merge diff -r f3c43d82c968 -r 76a911696ad0 .hgtags-top-repo --- a/.hgtags-top-repo Thu Feb 18 13:42:10 2016 -0800 +++ b/.hgtags-top-repo Wed Jul 05 21:21:36 2017 +0200 @@ -348,3 +348,4 @@ 47d6462e514b2097663305a57d9c844c15d5b609 jdk-9+103 9a38f8b4ba220708db198d08d82fd2144a64777d jdk-9+104 be58b02c11f90b88c67e4d0e2cb5e4cf2d9b3c57 jdk-9+105 +54575d8783b3a39a2d710c28cda675d44261f9d9 jdk-9+106 diff -r f3c43d82c968 -r 76a911696ad0 make/Javadoc.gmk --- a/make/Javadoc.gmk Thu Feb 18 13:42:10 2016 -0800 +++ b/make/Javadoc.gmk Wed Jul 05 21:21:36 2017 +0200 @@ -212,6 +212,11 @@ JRE_API_DOCSDIR = $(DOCSDIR)/jre/api PLATFORM_DOCSDIR = $(DOCSDIR)/platform +# The core api index file is the target for the core api javadocs rule +# and needs to be defined early so that all other javadoc rules may +# depend on it. +COREAPI_INDEX_FILE = $(COREAPI_DOCSDIR)/index.html + # The non-core api javadocs need to be able to access the root of the core # api directory, so for jdk/api or jre/api to get to the core api/ # directory we would use this: @@ -363,8 +368,7 @@ # Overview file for core apis COREAPI_OVERVIEW = $(JDK_TOPDIR)/src/java.base/share/classes/overview-core.html -# The index.html, options, and packages files -COREAPI_INDEX_FILE = $(COREAPI_DOCSDIR)/index.html +# The options and packages files COREAPI_OPTIONS_FILE = $(DOCSTMPDIR)/coredocs.options COREAPI_PACKAGES_FILE = $(DOCSTMPDIR)/coredocs.packages diff -r f3c43d82c968 -r 76a911696ad0 modules.xml --- a/modules.xml Thu Feb 18 13:42:10 2016 -0800 +++ b/modules.xml Wed Jul 05 21:21:36 2017 +0200 @@ -239,6 +239,7 @@ java.xml jdk.charsets jdk.management.resource + jdk.net jdk.scripting.nashorn jdk.vm.ci @@ -320,6 +321,10 @@ jdk.naming.dns + sun.net.sdp + jdk.net + + sun.net.spi.nameservice jdk.naming.dns @@ -345,6 +350,7 @@ jdk.crypto.pkcs11 jdk.crypto.ucrypto jdk.management.resource + jdk.net jdk.sctp