RFR 8167181: Exported elements referring to inaccessible types in jdk.security.jgss

Wang Weijun weijun.wang at oracle.com
Thu Oct 6 16:55:58 UTC 2016


Please review the code change for jdk9/dev/jdk repo at

    http://cr.openjdk.java.net/~weijun/8167181/webrev.00

and for jdk9/dev which is simply

diff --git a/make/CompileJavaModules.gmk b/make/CompileJavaModules.gmk
--- a/make/CompileJavaModules.gmk
+++ b/make/CompileJavaModules.gmk
@@ -452,10 +452,6 @@

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

-jdk.security.jgss_ADD_JAVAC_FLAGS := -Xlint:-exports
-
-################################################################################
-
  jdk.vm.ci_ADD_JAVAC_FLAGS := -Xlint:-exports

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

After the change the *Impl classes disappeared from javadoc [1]. I wish 
I had noticed them before.

Thanks
Max

[1] 
http://download.java.net/java/jdk9/docs/jre/api/security/jgss/spec/com/sun/security/jgss/package-summary.html


More information about the security-dev mailing list