[jdk16] RFR: JDK-8258443: doclint should be service-loaded with system class loader

Jonathan Gibbons jjg at openjdk.java.net
Mon Dec 21 17:08:57 UTC 2020


On Mon, 21 Dec 2020 08:57:37 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Trivial fix to use the system class loader when loading doclint for javac
>
> Looks good, should allow JDK-8253996 to be closed too.

@AlanBateman JDK-8253996 is slightly different; my intent is that javac/doclint should give a more friendly message when doclint is _really_ not available, such as in a minimal jlink-ed image.

-------------

PR: https://git.openjdk.java.net/jdk16/pull/54


More information about the compiler-dev mailing list