Re: RFR [11] 8058965 : Remove IPv6 support from TwoStacksPlainSocketImpl [win]

2018-02-18 Thread Chris Hegarty
Hi Ivan, > ... > Bug: https://bugs.openjdk.java.net/browse/JDK-8058965 > Webrev: http://cr.openjdk.java.net/~igerasim/8058965/00/webrev/ Thanks for taking this on. Of course you could go further ( remove some overrides that are now identical to the superclass ), but a steady incremental approach

RFR [11] 8058965 : Remove IPv6 support from TwoStacksPlainSocketImpl [win]

2018-02-16 Thread Ivan Gerasimov
Hello! On Windows we have two different implementations of java.net.Socket: DualStackPlainSocketImpl and TwoStacksPlainSocketImpl. Former is used by default, and the later is only used when the system option java.net.preferIPv4Stack is set to "true". In particular, this means that