changeset 17211:3abaf7610609

8180300: Move JDWP specs to specs directory Reviewed-by: sspitsyn
author ihse
date Thu, 08 Jun 2017 13:49:11 +0200
parents ea0146845b79
children 890af73c1fe4
files src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/Connection.java src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/TransportService.java
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/Connection.java	Thu Jun 08 12:41:07 2017 +0100
+++ b/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/Connection.java	Thu Jun 08 13:49:11 2017 +0200
@@ -82,7 +82,7 @@
      * thrown. The first byte of the packet is stored in element
      * {@code 0} of the byte array, the second in element {@code 1},
      * and so on. The bytes in the byte array are laid out as per the
-     * <a href="../../../../../../../../../technotes/guides/jpda/jdwp-spec.html">
+     * <a href="{@docRoot}/../specs/jdwp/jdwp-spec.html">
      * JDWP specification</a>. That is, all fields in the packet
      * are in big endian order as per the JDWP specification.
      *
@@ -119,7 +119,7 @@
      *
      * <p> The byte array provided to this method should be laid out
      * as per the <a
-     * href="../../../../../../../../../technotes/guides/jpda/jdwp-spec.html">
+     * href="{@docRoot}/../specs/jdwp/jdwp-spec.html">
      * JDWP specification</a>. That is, all fields in the packet
      * are in big endian order. The first byte, that is element
      * {@code pkt[0]}, is the first byte of the {@code length} field.
--- a/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/TransportService.java	Thu Jun 08 12:41:07 2017 +0100
+++ b/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/TransportService.java	Thu Jun 08 13:49:11 2017 +0200
@@ -43,7 +43,7 @@
  * Debug Wire Protocol (JDWP) packets over an underlying
  * communication protocol. In essence a transport service
  * implementation binds JDWP (as specified in the
- * <a href="../../../../../../../../../technotes/guides/jpda/jdwp-spec.html">
+ * <a href="{@docRoot}/../specs/jdwp/jdwp-spec.html">
  * JDWP specification</a>) to an underlying communication
  * protocol. A transport service implementation provides
  * a reliable JDWP packet transportation service. JDWP
@@ -166,7 +166,7 @@
      * is followed by a handshake to ensure that the connection is
      * to a target VM. The handshake involves the exchange
      * of a string <i>JDWP-Handshake</i> as specified in the <a
-     * href="../../../../../../../../../technotes/guides/jpda/jdwp-spec.html">
+     * href="{@docRoot}/../specs/jdwp/jdwp-spec.html">
      * Java Debug Wire Protocol</a> specification.
      *
      * @param   address
@@ -315,7 +315,7 @@
      * connection is indeed to a target VM. The handshake involves
      * the exchange of a string <i>JDWP-Handshake</i> as specified
      * in the <a
-     * href="../../../../../../../../../technotes/guides/jpda/jdwp-spec.html">
+     * href="{@docRoot}/../specs/jdwp/jdwp-spec.html">
      * Java Debug Wire Protocol</a> specification.
      *
      * @param   listenKey