RFR: 8297984: Turn on warnings as errors for javadoc
Erik Joelsson
erikj at openjdk.org
Fri Dec 2 13:46:01 UTC 2022
On Thu, 1 Dec 2022 22:20:00 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> For some reason, we never turned on `-Werror` for javadoc. It is high time to do so.
>
> This PR also fixes a recent issue with the javadoc in JFR that caused a warning, and enables building of javadoc on GHA. (It takes about 3 minutes, as a separate build job.)
Marked as reviewed by erikj (Reviewer).
If you would like to exercise the full-docs build in GHA, you could make that build depend on the linux-x64 build and set `--with-build-jdk` and `--with-docs-reference-jdk` to point to it. That's how we do it internally at Oracle.
-------------
PR: https://git.openjdk.org/jdk/pull/11468
More information about the build-dev
mailing list