From 333a8ec11113e75552093cf8be6fbda2673a5be3 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Sun, 24 Mar 2013 23:36:57 -0700 Subject: Update class_initializer_black_list for jb-mr2 Change-Id: I7b5c604601958c80050d19fd337cfca494d94554 --- src/compiler/driver/compiler_driver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/driver/compiler_driver.cc') diff --git a/src/compiler/driver/compiler_driver.cc b/src/compiler/driver/compiler_driver.cc index 169790f9f3..45d5bf1c1b 100644 --- a/src/compiler/driver/compiler_driver.cc +++ b/src/compiler/driver/compiler_driver.cc @@ -1431,7 +1431,7 @@ static const char* class_initializer_black_list[] = { "Ljavax/microedition/khronos/egl/EGLContext;", // Requires com.google.android.gles_jni.EGLImpl. "Ljavax/net/ssl/HttpsURLConnection;", // Calls SSLSocketFactory.getDefault -> java.security.Security.getProperty. "Llibcore/icu/LocaleData;", // Requires java.util.Locale. - "Llibcore/icu/TimeZones;", // Requires java.util.TimeZone. + "Llibcore/icu/TimeZoneNames;", // Requires java.util.TimeZone. "Llibcore/io/OsConstants;", // Platform specific. "Llibcore/net/MimeUtils;", // Calls libcore.net.MimeUtils.getContentTypesPropertiesStream -> System.getProperty. "Llibcore/util/ZoneInfo;", // Sub-class of TimeZone. -- cgit v1.2.3-59-g8ed1b