--- old/src/java.security.jgss/share/classes/module-info.java 2016-08-02 11:26:27.000000000 -0400 +++ new/src/java.security.jgss/share/classes/module-info.java 2016-08-02 11:26:26.000000000 -0400 @@ -23,6 +23,11 @@ * questions. */ +/** + * Defines the Java binding of the IETF Generic Security Services API (GSS-API). + *

+ * This module also contains GSS-API mechanisms including Kerberos v5 and SPNEGO. + */ module java.security.jgss { requires java.naming; exports javax.security.auth.kerberos;