Re: RFR: 7139770: MacOS JCK failures in DatagramSocket and MulticastSocket

2012-01-30 Thread Chris Hegarty
Looks ok to me. -Chris. On 30/01/2012 09:48, Michael McMahon wrote: Can I get the following webrev reviewed please? http://cr.openjdk.java.net/~michaelm/7139770/webrev.1/ There are two issues. In DatagramSocket the change uses the peekData() api when available, instead of peek(), which in fac

RFR: 7139770: MacOS JCK failures in DatagramSocket and MulticastSocket

2012-01-30 Thread Michael McMahon
Can I get the following webrev reviewed please? http://cr.openjdk.java.net/~michaelm/7139770/webrev.1/ There are two issues. In DatagramSocket the change uses the peekData() api when available, instead of peek(), which in fact doesn't work at all with our own PlainDatagramSocketImpl (it tries t