Re: RFR JDK-8049228: Improve multithreaded scalability of InetAddress cache

2014-08-20 Thread Peter Levart
On 08/20/2014 02:47 PM, Michael McMahon wrote: This still looks fine to me Peter. Thanks Michael Hi Michael, Do I need another reviewer to push this to jdk9-dev ? I don't have a clear picture about how many reviewers are needed for what parts of JDK code. Regards, Peter On 19/08/14 11

RFR: 8055299 HttpsURLConnection.equals() broken

2014-08-20 Thread Michael McMahon
This is the recently reported fix to HttpsURLConnection.equals http://cr.openjdk.java.net/~michaelm/8055299/webrev.1/ The fix includes a test. Not shown in the webrev is java key store file called testkeys, which is copied from another location in the test tree and is to be installed in the same

Re: RFR JDK-8049228: Improve multithreaded scalability of InetAddress cache

2014-08-20 Thread Michael McMahon
This still looks fine to me Peter. Thanks Michael On 19/08/14 11:51, Peter Levart wrote: Hi Michael, I have re-based the patch to the new jdk9 source layout. Nothing changes from the webrev.03 except paths: http://cr.openjdk.java.net/~plevart/jdk9-dev/InetAddress.Cache/webrev.04/ Regards,