diff options
author | 2013-03-24 23:36:57 -0700 | |
---|---|---|
committer | 2013-03-24 23:36:57 -0700 | |
commit | 333a8ec11113e75552093cf8be6fbda2673a5be3 (patch) | |
tree | 2d299ce0cc2bd69a019ba092cd7a194ceb9ddccd /src/compiler/driver/compiler_driver.cc | |
parent | 37d4879df243f7a2161b5416fad299ad1d495131 (diff) |
Update class_initializer_black_list for jb-mr2
Change-Id: I7b5c604601958c80050d19fd337cfca494d94554
Diffstat (limited to 'src/compiler/driver/compiler_driver.cc')
-rw-r--r-- | src/compiler/driver/compiler_driver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |