--- old/src/java.security.jgss/share/classes/module-info.java 2016-07-28 17:13:00.000000000 -0400 +++ new/src/java.security.jgss/share/classes/module-info.java 2016-07-28 17:13:00.000000000 -0400 @@ -23,6 +23,11 @@ * questions. */ +/** + * Defines the Java binding of the IETF Generic Security Services API (GSS-API). + *

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