OpenJDK / amber / amber
changeset 56853:be453f7ee72c
8225682: Reference to JNI spec on java.sun.com
Reviewed-by: gadams, cjplummer, sspitsyn
author | amenkov |
---|---|
date | Tue, 18 Jun 2019 16:08:31 -0700 |
parents | afc6c25c2f4a |
children | af38014cb097 |
files | make/data/jdwp/jdwp.spec |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 "