From 6f358b194744fbe662dd6aa15117960d72b07243 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Wed, 15 Aug 2018 10:40:47 +0100 Subject: [PATCH] Track rename of org.kxml to com.android.org.kxml Update preloaded-classes to track libcore class renames. The class renames may have caused a regression in some performance metrics, though overall boot time was unaffected. This is probably because the first user is now paying the cost of the class initialization and that happens to be in the affected metrics. There's no reason not to update the preloaded-classes. Metrics affected: SystemServerTiming_StartUsageService_avg SystemServerTiming_StartJobScheduler_avg SystemServerTiming_StartJobScheduler_avg Test: build only Bug: 111055375 Bug: 112595254 Change-Id: If1697918046ec7f186c095eaf68864d075989b9c --- config/preloaded-classes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/preloaded-classes b/config/preloaded-classes index 001479370fb9b..63c583f9264c1 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -6236,9 +6236,9 @@ org.json.JSONObject$1 org.json.JSONStringer org.json.JSONStringer$Scope org.json.JSONTokener -org.kxml2.io.KXmlParser -org.kxml2.io.KXmlParser$ValueContext -org.kxml2.io.KXmlSerializer +com.android.org.kxml2.io.KXmlParser +com.android.org.kxml2.io.KXmlParser$ValueContext +com.android.org.kxml2.io.KXmlSerializer org.w3c.dom.CharacterData org.w3c.dom.DOMImplementation org.w3c.dom.Document