Update compiler blacklist to include java.net.NetworkInterface.

(cherry picked from commit a52454455048d04d12e4da637a103412a55e579b)

Change-Id: I65771b8379bccee93d689f6e1d94509e15ec13cb
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.