diff -r 09cded555a99 -r 1e8c2f062ad3 jdk/src/jdk.jdwp.agent/share/classes/module-info.java --- a/jdk/src/jdk.jdwp.agent/share/classes/module-info.java Wed Jun 07 18:54:45 2017 -0700 +++ b/jdk/src/jdk.jdwp.agent/share/classes/module-info.java Wed Jun 07 21:15:06 2017 -0700 @@ -24,11 +24,12 @@ */ /** - * Java Debug Wire Protocol. + * Provides the implementation of the Java Debug Wire Protocol (JDWP) agent. * * @moduleGraph * @since 9 + * @see JDWP Specification + * @see JDWP Transport Specification */ module jdk.jdwp.agent { } -