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
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
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
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
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
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
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