# HG changeset patch # User lana # Date 1455831642 28800 # Node ID d632f62d9397b620d3a46accdc62828c6f9fddf8 # Parent 20c19aa05cb0bbc1a0fea31a1a01a399257e65d5# Parent 9e5e5a3fefcd7e4df81213252294c425bbd0ed40 Merge diff -r 20c19aa05cb0 -r d632f62d9397 make/Javadoc.gmk --- a/make/Javadoc.gmk Thu Feb 18 11:30:08 2016 -0800 +++ b/make/Javadoc.gmk Thu Feb 18 13:40:42 2016 -0800 @@ -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 20c19aa05cb0 -r d632f62d9397 modules.xml --- a/modules.xml Thu Feb 18 11:30:08 2016 -0800 +++ b/modules.xml Thu Feb 18 13:40:42 2016 -0800 @@ -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