On Wed, 23 Dec 2020 00:01:11 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
> This PR improves the diagnostic when javac is run in an image that does not > provide a service provider for DocLint. > > Instead of reporting messages about unsupported options, the following > warning will be generated: > > ` > Warning: No service provider for doclint is available > ` > > In addition, as a minor cleanup, in the `jdk.javadoc` module, javadoc b > bypasses the service loader to access `doclint` directly. This pull request has now been integrated. Changeset: 2cb271e6 Author: Jonathan Gibbons <j...@openjdk.org> URL: https://git.openjdk.java.net/jdk16/commit/2cb271e6 Stats: 96 lines in 6 files changed: 88 ins; 1 del; 7 mod 8253996: Javac error on jdk16 build 18: invalid flag: -Xdoclint:-missing Reviewed-by: hannesw ------------- PR: https://git.openjdk.java.net/jdk16/pull/60