Re: RFR 8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows

2015-01-23 Thread Chris Hegarty
On 23/01/15 14:05, Alan Bateman wrote: On 23/01/2015 13:51, Chris Hegarty wrote: This is a fix for a minor oversight when refactoring the initializing of Inet[4|6]Address IDs, used in many places in the networking native code. It would appear that there is an initInetAddressIDs() call missing f

Re: RFR 8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows

2015-01-23 Thread Alan Bateman
On 23/01/2015 13:51, Chris Hegarty wrote: This is a fix for a minor oversight when refactoring the initializing of Inet[4|6]Address IDs, used in many places in the networking native code. It would appear that there is an initInetAddressIDs() call missing from the Windows Dual Stacks Socket im

RFR 8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows

2015-01-23 Thread Chris Hegarty
This is a fix for a minor oversight when refactoring the initializing of Inet[4|6]Address IDs, used in many places in the networking native code. It would appear that there is an initInetAddressIDs() call missing from the Windows Dual Stacks Socket implementation, Java_java_net_DualStackPlainS