Hi Vipin,
 
changes looks OK to me as well , i will sponsor this doc patch for you.
 
Thanks,
Vyom
 
----- Original message -----
From: Alan Bateman <alan.bate...@oracle.com>
Sent by: "net-dev" <net-dev-boun...@openjdk.java.net>
To: Vipin Mv1 <vipin...@in.ibm.com>, net-dev@openjdk.java.net
Cc:
Subject: [EXTERNAL] Re: Fw: RE: RFR 8129841 Update comment for Java_java_net_Inet6AddressImpl_getHostByAddr
Date: Tue, Mar 17, 2020 2:32 PM
 
Looks okay and matches the sigs in the generated header files.

-Alan

On 17/03/2020 08:52, Vipin Mv1 wrote:
> A gentle reminder to please review this patch.
>
> Thanks & Regards
> Vipin MV
>
>  
>
> -----Forwarded by Vipin Mv1/India/IBM on 03/17/2020 02:21PM -----
> To: Vipin Mv1 <vipin...@in.ibm.com>, "net-dev@openjdk.java.net" <net-dev@openjdk.java.net>
> From: "Langer, Christoph" <christoph.lan...@sap.com>
> Date: 03/04/2020 05:42PM
> Cc: "core-libs-...@openjdk.java.net" <core-libs-...@openjdk.java.net>
> Subject: [EXTERNAL] RE: RFR 8129841 Update comment for Java_java_net_Inet6AddressImpl_getHostByAddr
>
> Hi Vipin,
>
> I'm forwarding this to net-dev where it should be reviewed.
>
> Best regards
> Christoph
>
>> -----Original Message-----
>> From: core-libs-dev <core-libs-dev-boun...@openjdk.java.net> On Behalf
>> Of Vipin Mv1
>> Sent: Dienstag, 3. März 2020 11:54
>> To: core-libs-...@openjdk.java.net
>> Subject: RFR 8129841 Update comment for
>> Java_java_net_Inet6AddressImpl_getHostByAddr
>>
>> Hi All,
>>
>> Please find the below changes for the issue
>> https://bugs.openjdk.java.net/browse/JDK-8129841 . Apart from the
>> requested changes, I have made additional changes to the Signature where
>> ever I found it incorrect.
>>
>>
>> Thanks
>> Vipin M V
>>
>>
>> diff -r 387369ff21a4 src/java.base/unix/native/libnet/Inet4AddressImpl.c
>> --- a/src/java.base/unix/native/libnet/Inet4AddressImpl.c Wed Feb 05
>> 12:20:36 2020 -0300
>> +++ b/src/java.base/unix/native/libnet/Inet4AddressImpl.c Tue Mar 03
>> 15:32:21 2020 +0530
>> @@ -218,7 +218,7 @@
>>   /*
>>    * 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.
>> diff -r 387369ff21a4 src/java.base/unix/native/libnet/Inet6AddressImpl.c
>> --- a/src/java.base/unix/native/libnet/Inet6AddressImpl.c Wed Feb 05
>> 12:20:36 2020 -0300
>> +++ b/src/java.base/unix/native/libnet/Inet6AddressImpl.c Tue Mar 03
>> 15:32:21 2020 +0530
>> @@ -413,7 +413,7 @@
>>   /*
>>    * 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 @@
>>   /*
>>    * 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,
>> diff -r 387369ff21a4
>> src/java.base/windows/native/libnet/Inet4AddressImpl.c
>> --- a/src/java.base/windows/native/libnet/Inet4AddressImpl.c Wed
>> Feb 05 12:20:36 2020 -0300
>> +++ b/src/java.base/windows/native/libnet/Inet4AddressImpl.c Tue
>> Mar 03 15:32:21 2020 +0530
>> @@ -171,7 +171,7 @@
>>   /*
>>    * 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.
>> diff -r 387369ff21a4
>> src/java.base/windows/native/libnet/Inet6AddressImpl.c
>> --- a/src/java.base/windows/native/libnet/Inet6AddressImpl.c Wed
>> Feb 05 12:20:36 2020 -0300
>> +++ b/src/java.base/windows/native/libnet/Inet6AddressImpl.c Tue
>> Mar 03 15:32:21 2020 +0530
>> @@ -240,7 +240,7 @@
>>   /*
>>    * 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 @@
>>   /*
>>    * 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,
>>
>>
>

 
 

Reply via email to