Code review: 7079012 test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address

2011-09-21 Thread Michael McMahon
Could I get the following webrev reviewed please? http://cr.openjdk.java.net/~michaelm/7079012/webrev.1/ We're getting an unexpected error in native code on Solaris when calling the ioctl() that returns hardware MAC addresses for certain kinds of NetworkInterface. So, the fix is not to throw an

Re: Code review: 7079012 test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address

2011-09-21 Thread Alan Bateman
Michael McMahon wrote: Could I get the following webrev reviewed please? http://cr.openjdk.java.net/~michaelm/7079012/webrev.1/ We're getting an unexpected error in native code on Solaris when calling the ioctl() that returns hardware MAC addresses for certain kinds of NetworkInterface. So, th

Re: Code review: 7079012 test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address

2011-09-21 Thread Chris Hegarty
On 21/09/2011 11:33, Alan Bateman wrote: Michael McMahon wrote: Could I get the following webrev reviewed please? http://cr.openjdk.java.net/~michaelm/7079012/webrev.1/ We're getting an unexpected error in native code on Solaris when calling the ioctl() that returns hardware MAC addresses for

hg: jdk8/tl/jdk: 2 new changesets

2011-09-21 Thread michael . x . mcmahon
Changeset: 61a8c602cace Author:michaelm Date: 2011-09-21 14:51 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/61a8c602cace 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address Reviewed-by: chegar, alanb ! src/solaris/nati

hg: jdk8/tl/jdk: 7092627: use agentvm mode instead of samevm in regtests

2011-09-21 Thread weijun . wang
Changeset: daf87c7be6a1 Author:weijun Date: 2011-09-22 12:05 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/daf87c7be6a1 7092627: use agentvm mode instead of samevm in regtests Reviewed-by: alanb, dsamersoff ! test/Makefile ! test/com/sun/jdi/sde/MangleStepTest.java ! test/j

hg: jdk8/tl/langtools: 7092965: javac should not close processorClassLoader before end of compilation

2011-09-21 Thread jonathan . gibbons
Changeset: b0d5f00e69f7 Author:jjg Date: 2011-09-21 21:56 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b0d5f00e69f7 7092965: javac should not close processorClassLoader before end of compilation Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/main/JavaComp

hg: jdk8/tl/jdk: 7092404: Add Math.nextDown and Double.isFinite

2011-09-21 Thread joe . darcy
Changeset: 6b6b6ee2afd9 Author:darcy Date: 2011-09-21 23:22 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6b6b6ee2afd9 7092404: Add Math.nextDown and Double.isFinite Reviewed-by: mduigou ! src/share/classes/java/lang/Double.java ! src/share/classes/java/lang/Float.java ! sr