Actually, I've just realised that the root cause is a more basic problem
in the
implementation of NetworkInterface.getByInetAddress() where it was not
checking the scopeids and therefore not distinguishing
::0%3 from ::0%4 etc
So, a better fix is actually in the implementation of that method. I'll send
an updated webrev later.
Thanks,
Michael.
On 05/05/2017, 11:02, Chris Hegarty wrote:
On 5 May 2017, at 10:23, Michael McMahon<michael.x.mcma...@oracle.com> wrote:
Could I get the following changed reviewed please?
It's a fix for the two Solaris Multicast socket tests that fail always.
http://cr.openjdk.java.net/~michaelm/8179559/webrev.1/
This looks ok to me Michael. Good to have this loooooooooong standing
issue finally addressed. Thank you.
-Chris.