diff options
| author | 2023-03-13 10:05:10 +0000 | |
|---|---|---|
| committer | 2023-03-13 15:34:40 +0000 | |
| commit | bc67b5eb3cdba26cee63a9c99034e2cff8a8a7dd (patch) | |
| tree | 7e7d137e9a16007248ca80e87dbc708e73c54786 | |
| parent | b457973c313bf7412c96e36f0c6c7a8b3f76f129 (diff) | |
Do not preload java.util.ImmutableCollections.
It has static int field SALT which is responsible for randomization
of iterator order.
Bug: n/a
Test: device boots
Change-Id: I3f1f4b4d56f37495914be1967cf83bd138354e2f
Merged-In: I3f1f4b4d56f37495914be1967cf83bd138354e2f
| -rw-r--r-- | config/preloaded-classes | 1 | ||||
| -rw-r--r-- | config/preloaded-classes-denylist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/preloaded-classes b/config/preloaded-classes index 95070bd07fb4..09ec2206ecc7 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -14799,7 +14799,6 @@ java.util.ImmutableCollections$MapN java.util.ImmutableCollections$Set12 java.util.ImmutableCollections$SetN java.util.ImmutableCollections$SubList -java.util.ImmutableCollections java.util.InputMismatchException java.util.Iterator java.util.JumboEnumSet$EnumSetIterator diff --git a/config/preloaded-classes-denylist b/config/preloaded-classes-denylist index 502d8c6dadb1..a413bbd68f60 100644 --- a/config/preloaded-classes-denylist +++ b/config/preloaded-classes-denylist @@ -9,4 +9,5 @@ android.net.rtp.AudioGroup android.net.rtp.AudioStream android.net.rtp.RtpStream java.util.concurrent.ThreadLocalRandom +java.util.ImmutableCollections com.android.internal.jank.InteractionJankMonitor$InstanceHolder |