8129841: Update comment for Java_java_net_Inet6AddressImpl_getHostByAddr
Update comment for Java_java_net_Inet6AddressImpl_getHostByAddr Reviewed-by: vtewari, alanb
This commit is contained in:
parent
87805d9207
commit
2bc4308d86
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2020, 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
|
||||
@ -218,7 +218,7 @@ cleanupAndReturn:
|
||||
/*
|
||||
* Class: java_net_Inet4AddressImpl
|
||||
* Method: getHostByAddr
|
||||
* Signature: (I)Ljava/lang/String;
|
||||
* Signature: ([B)Ljava/lang/String;
|
||||
*
|
||||
* Theoretically the UnknownHostException could be enriched with gai error
|
||||
* information. But as it is silently ignored anyway, there's no need for this.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2020, 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
|
||||
@ -413,7 +413,7 @@ cleanupAndReturn:
|
||||
/*
|
||||
* Class: java_net_Inet6AddressImpl
|
||||
* Method: getHostByAddr
|
||||
* Signature: (I)Ljava/lang/String;
|
||||
* Signature: ([B)Ljava/lang/String;
|
||||
*
|
||||
* Theoretically the UnknownHostException could be enriched with gai error
|
||||
* information. But as it is silently ignored anyway, there's no need for this.
|
||||
@ -668,7 +668,7 @@ ping6(JNIEnv *env, jint fd, SOCKETADDRESS *sa, SOCKETADDRESS *netif,
|
||||
/*
|
||||
* Class: java_net_Inet6AddressImpl
|
||||
* Method: isReachable0
|
||||
* Signature: ([bII[bI)Z
|
||||
* Signature: ([BII[BII)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL
|
||||
Java_java_net_Inet6AddressImpl_isReachable0(JNIEnv *env, jobject this,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2020, 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
|
||||
@ -171,7 +171,7 @@ cleanupAndReturn:
|
||||
/*
|
||||
* Class: java_net_Inet4AddressImpl
|
||||
* Method: getHostByAddr
|
||||
* Signature: (I)Ljava/lang/String;
|
||||
* Signature: ([B)Ljava/lang/String;
|
||||
*
|
||||
* Theoretically the UnknownHostException could be enriched with gai error
|
||||
* information. But as it is silently ignored anyway, there's no need for this.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2020, 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
|
||||
@ -240,7 +240,7 @@ cleanupAndReturn:
|
||||
/*
|
||||
* Class: java_net_Inet6AddressImpl
|
||||
* Method: getHostByAddr
|
||||
* Signature: (I)Ljava/lang/String;
|
||||
* Signature: ([B)Ljava/lang/String;
|
||||
*
|
||||
* Theoretically the UnknownHostException could be enriched with gai error
|
||||
* information. But as it is silently ignored anyway, there's no need for this.
|
||||
@ -435,7 +435,7 @@ ping6(JNIEnv *env, HANDLE hIcmpFile, SOCKETADDRESS *sa,
|
||||
/*
|
||||
* Class: java_net_Inet6AddressImpl
|
||||
* Method: isReachable0
|
||||
* Signature: ([bII[bI)Z
|
||||
* Signature: ([BII[BII)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL
|
||||
Java_java_net_Inet6AddressImpl_isReachable0(JNIEnv *env, jobject this,
|
||||
|
Loading…
Reference in New Issue
Block a user