am d3c20c1a: Update compiler blacklist to include java.net.NetworkInterface.
* commit 'd3c20c1a46863841c866b64a4c21e8bf9396b54c':
Update compiler blacklist to include java.net.NetworkInterface.
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index bea94a7..b876724 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -1980,6 +1980,7 @@
"Ljava/net/Inet4Address;", // Sub-class of InetAddress.
"Ljava/net/Inet6Address;", // Sub-class of InetAddress.
"Ljava/net/InetUnixAddress;", // Sub-class of InetAddress.
+ "Ljava/net/NetworkInterface;", // Calls to Random.<init> -> System.currentTimeMillis -> OsConstants.initConstants.
"Ljava/nio/charset/Charset;", // Calls Charset.getDefaultCharset -> System.getProperty -> OsConstants.initConstants.
"Ljava/nio/charset/CharsetICU;", // Sub-class of Charset.
"Ljava/nio/charset/Charsets;", // Calls Charset.forName.