Re: RFR of JDK-8202291,java/rmi/Naming/LookupIPv6.java failed with Connection refused

2018-05-06 Thread Hamlin Li
Is someone available to review the following patch? Thank you -Hamlin On 28/04/2018 11:32 AM, Hamlin Li wrote: would you please review the patch? bug: https://bugs.openjdk.java.net/browse/JDK-8202291 webrev: http://cr.openjdk.java.net/~mli/8202291/webrev.00/ In original code, there is a

RFR (S): 8202686: Missing test case for 8200167 - final Object methods

2018-05-06 Thread David Holmes
webrev: http://cr.openjdk.java.net/~dholmes/8202686/webrev/ bug: https://bugs.openjdk.java.net/browse/JDK-8202686 JDK-8200167 added additional checks to ensure receiver typechecks were in place where needed for invokespecial invocations. There was one variation missing in the test: invoking a

Re: RFR: 8179887 - Build failure with glibc >= 2.24: error: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated

2018-05-06 Thread B. Blaser
On 5 May 2018 at 22:26, Kim Barrett wrote: >> On May 5, 2018, at 8:03 AM, B. Blaser wrote: >> >> On 4 May 2018 at 17:42, Alan Bateman wrote: >>> On 04/05/2018 16:31, B. Blaser wrote: : I'll create a new JBS

[NEW BUG][JDK11] Use Collections.emptyEnumeration() where possible

2018-05-06 Thread Christoph Dreis
Hi, I just noticed two places - namely in JarFile and JarVerifier - that could make use of Collections.emptyEnumeration(). Let me know what you think. I'd be happy if this is sponsored in case it's considered worthwile. Cheers, Christoph = PATCH == diff -r 7238cb613dc5