Re: RFR: java/net/MulticastSocket/SetGetNetworkInterfaceTest.java throws java.net.SocketException: Cannot assign requested address

2014-01-02 Thread Mark Sheppard
Hi Alan, added an ExceptionDescribe to native code and an -Xcheck:jni to the cmd line options to produce the following: WARNING in native method: JNI call made with exception pending at java.net.PlainDatagramSocketImpl.socketSetOption(Native Method) at java.net.AbstractPlainD

Re: RFR: java/net/MulticastSocket/SetGetNetworkInterfaceTest.java throws java.net.SocketException: Cannot assign requested address

2014-01-02 Thread Chris Hegarty
Thanks Mark, On 2 Jan 2014, at 16:26, Mark Sheppard wrote: > Hi Alan, > added an ExceptionDescribe to native code and an -Xcheck:jni to the cmd line > options to produce the > following: > > WARNING in native method: JNI call made with exception pending >at java.net.PlainDatagramSocke

Re: RFR: java/net/MulticastSocket/SetGetNetworkInterfaceTest.java throws java.net.SocketException: Cannot assign requested address

2014-01-02 Thread Alan Bateman
On 02/01/2014 16:26, Mark Sheppard wrote: Hi Alan, added an ExceptionDescribe to native code and an -Xcheck:jni to the cmd line options to produce the following: Thanks, it is clearer now. What you have is okay but I guess I'm just concerned that mcast_set_if_by_if_v4 can potentially fail

hg: jdk8/tl/jdk: 2 new changesets

2014-01-02 Thread chris . hegarty
Changeset: 18080cca998a Author:dl Date: 2014-01-03 06:22 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/18080cca998a 8031133: AbstractMap should specify its default implementation using @implSpec Reviewed-by: chegar, alanb ! src/share/classes/java/util/AbstractMap.java Chan