[13] 8221731: Fix doclint handling of accessibility heading in java.desktop

Prasanta Sadhukhan prasanta.sadhukhan at oracle.com
Mon Apr 1 06:45:37 UTC 2019


Hi All,

With the fix of JDK-8220250 
<https://bugs.openjdk.java.net/browse/JDK-8220250> fix headings in 
java.desktop
the doclint handling can add back the accessibility check in the makefile.

diff -r 901ff5aba330 make/CompileJavaModules.gmk
--- a/make/CompileJavaModules.gmk    Sun Mar 31 16:57:21 2019 -0700
+++ b/make/CompileJavaModules.gmk    Mon Apr 01 12:09:58 2019 +0530
@@ -79,7 +79,7 @@

  ################################################################################

-java.desktop_ADD_JAVAC_FLAGS += 
-Xdoclint:all/protected,-reference,-accessibility \
+java.desktop_ADD_JAVAC_FLAGS += -Xdoclint:all/protected,-reference \
      '-Xdoclint/package:java.*,javax.*' -Xlint:exports \
      --doclint-format html4

Regards
Prasanta



More information about the build-dev mailing list