8225682: Reference to JNI spec on java.sun.com
authoramenkov
Tue, 18 Jun 2019 16:08:31 -0700
changeset 55433 be453f7ee72c
parent 55432 afc6c25c2f4a
child 55434 af38014cb097
8225682: Reference to JNI spec on java.sun.com Reviewed-by: gadams, cjplummer, sspitsyn
make/data/jdwp/jdwp.spec
--- a/make/data/jdwp/jdwp.spec	Tue Jun 18 09:19:57 2019 -0700
+++ b/make/data/jdwp/jdwp.spec	Tue Jun 18 16:08:31 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -602,7 +602,7 @@
     (Command Signature=1
         "Returns the JNI signature of a reference type. "
         "JNI signature formats are described in the "
-        "<a href=\"http://java.sun.com/products/jdk/1.2/docs/guide/jni/index.html\">Java Native Inteface Specification</a>"
+        "<a href=\"../jni/index.html\">Java Native Interface Specification</a>"
         "<p>
         "For primitive classes "
         "the returned signature is the signature of the corresponding primitive "