RFR 6470126 java.util.jar.Attributes#containsKey fails with Strings

2020-05-11 Thread Vipin Mv1
Hi, Please review the fix for the following issue. https://bugs.openjdk.java.net/browse/JDK-6470126 diff -r 53568400fec3 src/java.base/share/classes/java/util/jar/Attributes.java --- a/src/java.base/share/classes/java/util/jar/Attributes.java Thu Mar 26 15:26:51 2020 + +++ b/src/java.base/

Re: RFR 6470126 java.util.jar.Attributes#containsKey fails with Strings

2020-05-15 Thread Vipin Mv1
Hi, Thanks for the review comments. I will work on the same and get back with the same soon. Thanks & Regards Vipin MV

Re: RFR 6470126 java.util.jar.Attributes#containsKey fails with Strings

2020-06-14 Thread Vipin Mv1
n MV -Vipin Mv1/India/IBM wrote: - To: core-libs-dev@openjdk.java.net From: Vipin Mv1/India/IBM Date: 05/11/2020 05:00PM Subject: RFR 647

Re: RFR 6470126 java.util.jar.Attributes#containsKey fails with Strings

2020-06-30 Thread Vipin Mv1
n MV -Vipin Mv1/India/IBM wrote: - To: core-libs-dev@openjdk.java.net From: Vipin Mv1/India/IBM Date: 06/15/2020 11:52AM Subject: Re: RFR 6470126 java.util.jar.Attributes#containsKey fails with Strings Hi, I have addressed the review comm

RE: RFR 6470126 java.util.jar.Attributes#containsKey fails with Strings

2020-07-13 Thread Vipin Mv1
n MV -Lance Andersen wrote: - To: Vipin Mv1 From: Lance Andersen Date: 07/10/2020 02:27AM Cc: core-libs

RE: RFR 6470126 java.util.jar.Attributes#containsKey fails with Strings

2020-08-04 Thread Vipin Mv1
n MV -Vipin Mv1/India/IBM wrote: - To: Lance Andersen From: Vipin Mv1/I

RFR 8129841 Update comment for Java_java_net_Inet6AddressImpl_getHostByAddr

2020-03-03 Thread Vipin Mv1
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/In

RFR 8015413 Reformat line in Class.privateGetPublicFields() to be more debugger-friendly

2020-03-31 Thread Vipin Mv1
Hi All, Please find the below changes for the issue https://bugs.openjdk.java.net/browse/JDK-8015413 diff -r 53568400fec3 src/java.base/share/classes/java/lang/Class.java --- a/src/java.base/share/classes/java/lang/Class.java Thu Mar 26 15:26:51 2020 + +++ b/src/java.base/share/classes/j

Clarification on Japanese new Era fix status for Java80

2018-11-27 Thread Vipin Mv1
Hi, The Japanese Era starts from May 1st, 2019 and I see the fix is already part of JDK 11 and also the following defect opened to back-port it to JDK 8. https://bugs.openjdk.java.net/browse/JDK-8207338 What would be the expected time frame for JDK-8207338 to land in JDK 8? Thanks & Rega

Clarification for adding classes shipped with JDK to sun.rmi.registry.registryFilter property in java.security file

2018-01-16 Thread Vipin Mv1
Hi, After upgrading to oracle 8u121-b12, I get following Exception when running the following testcase. import java.io.*; import java.net.InetAddress; import java.rmi.*; import java.rmi.registry.*; import java.security.Security; /* @test * @run main/othervm RegistryFilterTest */ public clas