summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2013-08-29 07:21:44 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-08-29 07:21:44 -0700
commit13d3c346251b4b1717b883e0eaf1ae273230f261 (patch)
tree4af58b0d01e10ebc75cc1586a5946adac3699225 /compiler/driver/compiler_driver.cc
parentb7c0e057bca1a82c3c81fbf4f6beb763d165524c (diff)
parent4bf1c8d4f2127caf769573d7c762a5d460a2781f (diff)
am 4bf1c8d4: Update blacklist for klp-dev
* commit '4bf1c8d4f2127caf769573d7c762a5d460a2781f': Update blacklist for klp-dev
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index 3368e96139..b17df4e443 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -1707,12 +1707,13 @@ static const char* class_initializer_black_list[] = {
"Landroid/net/NetworkInfo;", // Calls java.util.EnumMap.<init> -> java.lang.Enum.getSharedConstants -> System.identityHashCode.
"Landroid/net/Proxy;", // Calls regex.Pattern.compile -..-> regex.Pattern.compileImpl.
"Landroid/net/SSLCertificateSocketFactory;", // Requires javax.net.ssl.HttpsURLConnection.
- "Landroid/net/Uri;", // Calls Class.getSimpleName -> Class.isAnonymousClass -> Class.getDex.
"Landroid/net/Uri$AbstractHierarchicalUri;", // Requires Uri.
"Landroid/net/Uri$HierarchicalUri;", // Requires Uri.
"Landroid/net/Uri$OpaqueUri;", // Requires Uri.
"Landroid/net/Uri$StringUri;", // Requires Uri.
+ "Landroid/net/Uri;", // Calls Class.getSimpleName -> Class.isAnonymousClass -> Class.getDex.
"Landroid/net/WebAddress;", // Calls regex.Pattern.compile -..-> regex.Pattern.compileImpl.
+ "Landroid/net/wifi/WifiNative;", // Calls new LocalLog -> new Time -> TimeZone -> Pattern.compile.
"Landroid/nfc/NdefRecord;", // Calls String.getBytes -> java.nio.charset.Charset.
"Landroid/opengl/EGL14;", // Calls android.opengl.EGL14._nativeClassInit.
"Landroid/opengl/GLES10;", // Calls android.opengl.GLES10._nativeClassInit.