This patch changes how the docs-reference make target behaves to better support the requirements for it. This target is used to generate javadocs in a more stable way between releases, so that they those docs are better suited for generating diffs between releases. Currently we use the boot JDK to run javadoc for these, but this has shown to be problematic. This patch introduced a specific configure parameter for the JDK to use just for generating these docs. If not set, it will revert to the default interim javadoc, just like the main docs are built (but still with a separate set of parameters).
This fix needs to go into JDK 16 so that the docs-reference target there can be used to generate diffs for JDK 17. ------------- Commit messages: - Added configure output - Removed unneeded macosx workarounds - New configure parameter --with-docs-reference-jdk Changes: https://git.openjdk.java.net/jdk16/pull/88/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk16&pr=88&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8258657 Stats: 34 lines in 5 files changed: 31 ins; 0 del; 3 mod Patch: https://git.openjdk.java.net/jdk16/pull/88.diff Fetch: git fetch https://git.openjdk.java.net/jdk16 pull/88/head:pull/88 PR: https://git.openjdk.java.net/jdk16/pull/88