Hi, This patch will fix following two failures on windows. I tested it out, no regressions.
test_joinGroupLjava_net_InetAddress Failure Group member did not recv data expected:<[Hello World]> but was:<[�]> junit.framework.ComparisonFailure: Group member did not recv data expected:<[Hello World]> but was:<[?]> at org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_joinGroupLjava_net_InetAddress(MulticastSocketTest.java:344) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) MulticastSocketTest test_sendLjava_net_DatagramPacketB Failure Failed to send data. Received 512 expected:<[Hello World]> but was:<[�]> junit.framework.ComparisonFailure: Failed to send data. Received 512 expected:<[Hello World]> but was:<[?]> at org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_sendLjava_net_DatagramPacketB(MulticastSocketTest.java:730) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) -- Tony Wu China Software Development Lab, IBM
