diff options
| author | 2013-07-24 13:15:42 -0700 | |
|---|---|---|
| committer | 2013-07-24 13:15:42 -0700 | |
| commit | 8f20ff4354fd3fdd7604a299b7bf4446e5f4584c (patch) | |
| tree | 26f81af4c26756d14dd33b556c6140ba5a570455 /compiler/driver/compiler_driver.cc | |
| parent | b9a0324ab64cd25730f10151b064879af8915587 (diff) | |
Update blacklist with HttpsURLConnection$DefaultHolder
Change-Id: Ib0a8b9511dc8e63d14f11ba48b80dfb78e32d25e
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
| -rw-r--r-- | compiler/driver/compiler_driver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index ea2291cb44..486c536956 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -1981,7 +1981,7 @@ static const char* class_initializer_black_list[] = { "Ljavax/security/cert/X509Certificate$1;", // Calls VMClassLoader.getBootClassPathSize. "Ljavax/microedition/khronos/egl/EGL10;", // Requires EGLContext. "Ljavax/microedition/khronos/egl/EGLContext;", // Requires com.google.android.gles_jni.EGLImpl. - "Ljavax/net/ssl/HttpsURLConnection;", // Calls SSLSocketFactory.getDefault -> java.security.Security.getProperty. + "Ljavax/net/ssl/HttpsURLConnection$DefaultHolder;", // Calls VMClassLoader.getBootClassPathSize(). "Ljavax/xml/datatype/DatatypeConstants;", // Calls OsConstants.initConstants. "Ljavax/xml/datatype/FactoryFinder;", // Calls OsConstants.initConstants. "Ljavax/xml/namespace/QName;", // Calls OsConstants.initConstants. |