hg: jdk/sandbox: 4 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Thu Mar 12 18:45:20 UTC 2020
Changeset: 29f4b46a1680
Author: dfuchs
Date: 2020-03-12 18:31 +0000
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/29f4b46a1680
8059309: network tests fail with "java.net.SocketException: Couldn't obtain phys addr" when run as "root"
Summary: The solaris specific code is changed to use the fallback mechanism if the DLPI interface returns an error indicating that the operation is unsupported. In addition, NetworkInterface::getHardwareAddress is changed to always return null for the loopback interface.
Reviewed-by: alanb
! src/java.base/share/classes/java/net/NetworkInterface.java
! src/java.base/unix/native/libnet/NetworkInterface.c
+ test/jdk/java/net/NetworkInterface/NullMacAddress.java
Changeset: 222127a06550
Author: ihse
Date: 2020-03-12 19:40 +0100
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/222127a06550
8240947: Change conflicting JVM features from warning to error
Reviewed-by: erikj
! make/autoconf/jvm-features.m4
Changeset: 5edc259054ae
Author: ihse
Date: 2020-03-12 19:42 +0100
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/5edc259054ae
8149110: Introduce DISABLED_WARNINGS for Java compilation
Reviewed-by: erikj
! make/CompileDemos.gmk
! make/CompileInterimLangtools.gmk
! make/CompileInterimRmic.gmk
! make/CompileJavaModules.gmk
! make/CompileModuleTools.gmk
! make/CompileToolsJdk.gmk
! make/common/JavaCompilation.gmk
! make/common/SetupJavaCompilers.gmk
! make/hotspot/gensrc/GensrcJfr.gmk
! make/hotspot/gensrc/GensrcJvmti.gmk
! make/hotspot/ide/CreateVSProject.gmk
! make/test/BuildFailureHandler.gmk
! make/test/BuildMicrobenchmark.gmk
! make/test/JtregGraalUnit.gmk
Changeset: e594b41c45c4
Author: ihse
Date: 2020-03-12 19:43 +0100
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/e594b41c45c4
8240950: Missing AC_SUBST after JDK-82408
Reviewed-by: erikj
! make/autoconf/build-performance.m4
More information about the jdk-sandbox-changes
mailing list