Looks good.
/Erik
On 2019-03-31 23:45, Prasanta Sadhukhan wrote:
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