--- old/jdk/src/jdk.jdwp.agent/share/classes/module-info.java 2017-06-07 10:50:00.000000000 -0700 +++ new/jdk/src/jdk.jdwp.agent/share/classes/module-info.java 2017-06-07 10:50:00.000000000 -0700 @@ -24,10 +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 { }